summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2006-12-21 08:01:10 +0000
committerLuca Abeni <lucabe72@email.it>2006-12-21 08:01:10 +0000
commit7c057f46e8faacd46bfc15493190d341fb407cc2 (patch)
treee7b2b14c7ce08a61d8502f82bb32ceb1bb857bc7 /configure
parentcb284d4b77ba4caf727353a216ee7dda79039175 (diff)
libswscale can now be compiled under LGPL too
Originally committed as revision 7337 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index f4a891fcc7..d98aafde96 100755
--- a/configure
+++ b/configure
@@ -1163,11 +1163,6 @@ EOF
echo "FAAD test failed."
fi
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