提交 aa45201d 编写于 作者: M Måns Rullgård

fix thread support selection

Originally committed as revision 9358 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 0db2ce77
......@@ -1553,7 +1553,7 @@ fi
for thread in $THREADS_LIST; do
if enabled $thread; then
if ! disabled thread_type ; then
if test -n "$thread_type"; then
die "ERROR: Only one thread type must be selected."
else
thread_type="$thread"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册