summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2006-12-22 15:02:39 +0000
committerLuca Abeni <lucabe72@email.it>2006-12-22 15:02:39 +0000
commit0872a0a6d9a3bc272bad7f8b16d661d4266d22a7 (patch)
treea7a2805d4d2fb5b2a1f5b6bf57d47d0806276929
parent19a6be34631080b763c87cd2371e00b06ff1efd9 (diff)
libswscale is not LGPLed, sorry
Originally committed as revision 7358 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 731d896aae..21151eacb4 100755
--- a/configure
+++ b/configure
@@ -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