From 7c057f46e8faacd46bfc15493190d341fb407cc2 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Thu, 21 Dec 2006 08:01:10 +0000 Subject: [PATCH] libswscale can now be compiled under LGPL too Originally committed as revision 7337 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 5 ----- 1 file changed, 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