aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-28 16:28:03 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-28 16:28:03 +0000
commit47f9cc15cce4c92d44d675498384ee3b0fcdafbb (patch)
treee14add93f6abb61aaf1e5032abcc85f06bad4aac /configure
parentec5527c516eb4ee5aa66f05d0c3468ffbbfa795f (diff)
downloadffmpeg-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b4c0d825f9..1b6bed03f1 100755
--- a/configure
+++ b/configure
@@ -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