1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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