libswscale can now be compiled under LGPL too

Originally committed as revision 7337 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni 2006-12-21 08:01:10 +00:00
parent cb284d4b77
commit 7c057f46e8
1 changed files with 0 additions and 5 deletions

5
configure vendored
View File

@ -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