mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fix thread support selection
Originally committed as revision 9358 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0db2ce7770
commit
aa45201dd5
2
configure
vendored
2
configure
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user