diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-28 16:28:03 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-28 16:28:03 +0000 |
commit | 47f9cc15cce4c92d44d675498384ee3b0fcdafbb (patch) | |
tree | e14add93f6abb61aaf1e5032abcc85f06bad4aac /configure | |
parent | ec5527c516eb4ee5aa66f05d0c3468ffbbfa795f (diff) | |
download | ffmpeg-47f9cc15cce4c92d44d675498384ee3b0fcdafbb.tar.gz |
Use disabled() to check for GPL.
Originally committed as revision 7744 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |