[Ffmpeg-cvslog] r7744 - trunk/configure
diego
subversion
Sun Jan 28 17:28:03 CET 2007
Author: diego
Date: Sun Jan 28 17:28:03 2007
New Revision: 7744
Modified:
trunk/configure
Log:
Use disabled() to check for GPL.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Jan 28 17:28:03 2007
@@ -1227,7 +1227,7 @@
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
More information about the ffmpeg-cvslog
mailing list