diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-06-25 11:27:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-06-25 11:27:36 +0000 |
commit | 57f6d52a223b3fabbb5a4336b4d4923429b9201f (patch) | |
tree | 458eeb3ea44f51562280b29635954b0b0a7fe7fc | |
parent | e912c13ad7f6cc4e433dbbb65bea60cd20de5b1e (diff) | |
download | ffmpeg-57f6d52a223b3fabbb5a4336b4d4923429b9201f.tar.gz |
The AltiVec optimizations of libswscale are no longer under GPL.
Originally committed as revision 29389 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/swscale.c | 2 |
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 |