libswscale is not LGPLed, sorry

Originally committed as revision 7358 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni 2006-12-22 15:02:39 +00:00
parent 19a6be3463
commit 0872a0a6d9
1 changed files with 5 additions and 0 deletions

5
configure vendored
View File

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