Browse Source

libswscale can now be compiled under LGPL too

Originally committed as revision 7337 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Luca Abeni 18 years ago
parent
commit
7c057f46e8
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      configure

+ 0
- 5
configure 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


Loading…
Cancel
Save