summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-06-25 11:27:36 +0000
committerDiego Biurrun <diego@biurrun.de>2009-06-25 11:27:36 +0000
commit57f6d52a223b3fabbb5a4336b4d4923429b9201f (patch)
tree458eeb3ea44f51562280b29635954b0b0a7fe7fc /libswscale
parente912c13ad7f6cc4e433dbbb65bea60cd20de5b1e (diff)
The AltiVec optimizations of libswscale are no longer under GPL.
Originally committed as revision 29389 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-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