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:
parent
ec5527c516
commit
47f9cc15cc
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user