diff options
author | Luca Abeni <lucabe72@email.it> | 2006-12-22 15:02:39 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2006-12-22 15:02:39 +0000 |
commit | 0872a0a6d9a3bc272bad7f8b16d661d4266d22a7 (patch) | |
tree | a7a2805d4d2fb5b2a1f5b6bf57d47d0806276929 /configure | |
parent | 19a6be34631080b763c87cd2371e00b06ff1efd9 (diff) | |
download | ffmpeg-0872a0a6d9a3bc272bad7f8b16d661d4266d22a7.tar.gz |
libswscale is not LGPLed, sorry
Originally committed as revision 7358 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1357,6 +1357,11 @@ if test $arch = "powerpc"; then add_cflags "-maltivec -mabi=altivec" fi fi + + if test "$swscaler" != "no"; then + echo "The software scaler is under GPL and --enable-gpl is not specified." + fail="yes" + fi fi check_header altivec.h |