[Ffmpeg-cvslog] r7359 - trunk/configure
lucabe
subversion
Fri Dec 22 16:05:30 CET 2006
Author: lucabe
Date: Fri Dec 22 16:05:30 2006
New Revision: 7359
Modified:
trunk/configure
Log:
Opss... My last commit was wrong; sorry!
This one moves the GPL check in the right place
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Dec 22 16:05:30 2006
@@ -1173,6 +1173,11 @@
echo "The X11 grabber is under GPL and --enable-gpl is not specified."
fail="yes"
fi
+
+ if test "$swscaler" != "no"; then
+ echo "The software scaler is under GPL and --enable-gpl is not specified."
+ fail="yes"
+ fi
fi
if test "$fail" = "yes"; then
@@ -1357,11 +1362,6 @@
add_cflags "-maltivec -mabi=altivec"
fi
fi
-
- if test "$swscaler" != "no"; then
- echo "The software scaler is under GPL and --enable-gpl is not specified."
- fail="yes"
- fi
fi
check_header altivec.h
More information about the ffmpeg-cvslog
mailing list