提交 47f9cc15 编写于 作者: D Diego Biurrun

Use disabled() to check for GPL.

Originally committed as revision 7744 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 ec5527c5
......@@ -1227,7 +1227,7 @@ if enabled libvorbis && disabled libogg; then
die "libogg must be enabled to enable libvorbis."
fi
if test "$gpl" != "yes"; then
if disabled gpl ; then
if enabled pp; then
die "The Postprocessing code is under GPL and --enable-gpl is not specified."
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册