summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-25 11:27:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-25 11:27:36 +0000
commite4ac99c4dbf09216bc5b908c3fd724226f48f6c3 (patch)
treef286642386fc44cdf8bf83dbbe99e8db94cf9373 /libswscale/swscale.c
parent052fee1295d788eafd7b9a49ae7cf3c989668a18 (diff)
downloadmpv-e4ac99c4dbf09216bc5b908c3fd724226f48f6c3.tar.bz2
mpv-e4ac99c4dbf09216bc5b908c3fd724226f48f6c3.tar.xz
The AltiVec optimizations of libswscale are no longer under GPL.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29389 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r--libswscale/swscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index 33f47795ef..29fef32ffb 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -1306,7 +1306,7 @@ static inline void monoblack2Y(uint8_t *dst, const uint8_t *src, long width, uin
#endif
#if ARCH_PPC
-#if (HAVE_ALTIVEC || CONFIG_RUNTIME_CPUDETECT) && CONFIG_GPL
+#if HAVE_ALTIVEC || CONFIG_RUNTIME_CPUDETECT
#define COMPILE_ALTIVEC
#endif
#endif //ARCH_PPC