Commit f34b7603 authored by mru's avatar mru

fix thread support selection


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9358 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1d4b683c
...@@ -1553,7 +1553,7 @@ fi ...@@ -1553,7 +1553,7 @@ fi
for thread in $THREADS_LIST; do for thread in $THREADS_LIST; do
if enabled $thread; then if enabled $thread; then
if ! disabled thread_type ; then if test -n "$thread_type"; then
die "ERROR: Only one thread type must be selected." die "ERROR: Only one thread type must be selected."
else else
thread_type="$thread" thread_type="$thread"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment