diff options
author | Luca Abeni <lucabe72@email.it> | 2006-12-21 08:01:10 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2006-12-21 08:01:10 +0000 |
commit | 7c057f46e8faacd46bfc15493190d341fb407cc2 (patch) | |
tree | e7b2b14c7ce08a61d8502f82bb32ceb1bb857bc7 | |
parent | cb284d4b77ba4caf727353a216ee7dda79039175 (diff) | |
download | ffmpeg-7c057f46e8faacd46bfc15493190d341fb407cc2.tar.gz |
libswscale can now be compiled under LGPL too
Originally committed as revision 7337 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |