Use disabled() to check for GPL.

Originally committed as revision 7744 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-01-28 16:28:03 +00:00
parent ec5527c516
commit 47f9cc15cc
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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