libswscale can now be compiled under LGPL too

Originally committed as revision 7337 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Luca Abeni 18 years ago
parent cb284d4b77
commit 7c057f46e8
  1. 5
      configure

5
configure vendored

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

Loading…
Cancel
Save