From e4ac99c4dbf09216bc5b908c3fd724226f48f6c3 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 25 Jun 2009 11:27:36 +0000 Subject: 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 --- libswscale/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/swscale.c') 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 -- cgit v1.2.3