mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
The AltiVec optimizations of libswscale are no longer under GPL.
Originally committed as revision 29389 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
e912c13ad7
commit
57f6d52a22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user