From 57f6d52a223b3fabbb5a4336b4d4923429b9201f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 25 Jun 2009 11:27:36 +0000 Subject: [PATCH] The AltiVec optimizations of libswscale are no longer under GPL. Originally committed as revision 29389 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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