summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2006-12-22 15:05:30 +0000
committerLuca Abeni <lucabe72@email.it>2006-12-22 15:05:30 +0000
commit11c6f4a11c3160b62109f960048dde82bd552fff (patch)
treedc78dfb7937d71d1256c018aceb4e5a3bcc9197f /configure
parent0872a0a6d9a3bc272bad7f8b16d661d4266d22a7 (diff)
Opss... My last commit was wrong; sorry!
This one moves the GPL check in the right place Originally committed as revision 7359 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 21151eacb4..65b220d704 100755
--- a/configure
+++ b/configure
@@ -1173,6 +1173,11 @@ EOF
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 @@ if test $arch = "powerpc"; then
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