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

configure: fix disabled_any to return false for empty list

Originally committed as revision 15683 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 f94036f1
......@@ -309,6 +309,7 @@ disabled_any(){
for opt; do
disabled $opt && return 0
done
return 1
}
set_default(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册