OSDN Git Service

The AltiVec optimizations of libswscale are no longer under GPL.
authorDiego Biurrun <diego@biurrun.de>
Thu, 25 Jun 2009 11:27:36 +0000 (11:27 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 25 Jun 2009 11:27:36 +0000 (11:27 +0000)
Originally committed as revision 29389 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale.c

index 33f4779..29fef32 100644 (file)
@@ -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