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

configure: fix licence check function

Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 a068a7f1
......@@ -1737,7 +1737,7 @@ fi
die_license_disabled() {
enabled $1 || enabled $2 && die "$2 is $1 and --enable-$1 is not specified."
enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; }
}
die_license_disabled gpl libfaad2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册