1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

5
configure vendored
View File

@@ -1163,11 +1163,6 @@ EOF
echo "FAAD test failed." echo "FAAD test failed."
fi fi
fi fi
if test "$swscaler" != "no"; then
echo "The software scaler is under GPL and --enable-gpl is not specified."
fail="yes"
fi
fi fi
if test "$fail" = "yes"; then if test "$fail" = "yes"; then