Commit 6cb1a25d authored by diego's avatar diego

Use disabled() to check for GPL.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7744 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b97f481b
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment