提交 0d793db1 编写于 作者: R Ronald S. Bultje

swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.

上级 f190f676
......@@ -19,11 +19,8 @@
*/
#if COMPILE_TEMPLATE_ALTIVEC
#include "swscale_altivec_template.c"
#endif
#if COMPILE_TEMPLATE_ALTIVEC
static inline void RENAME(yuv2yuvX)(SwsContext *c, const int16_t *lumFilter,
const int16_t **lumSrc, int lumFilterSize,
const int16_t *chrFilter, const int16_t **chrUSrc,
......@@ -61,7 +58,6 @@ static inline void RENAME(yuv2packedX)(SwsContext *c, const int16_t *lumFilter,
chrFilter, chrUSrc, chrVSrc, chrFilterSize,
alpSrc, dest, dstW, dstY);
}
#endif
static void RENAME(sws_init_swScale)(SwsContext *c)
{
......
......@@ -1186,14 +1186,11 @@ static inline void monoblack2Y(uint8_t *dst, const uint8_t *src, int width, uint
//Plain C versions
#define COMPILE_TEMPLATE_MMX2 0
#define COMPILE_TEMPLATE_ALTIVEC 0
#include "swscale_template.c"
#if HAVE_ALTIVEC
#undef RENAME
#undef COMPILE_TEMPLATE_ALTIVEC
#define COMPILE_TEMPLATE_ALTIVEC 1
#define RENAME(a) a ## _altivec
#include "ppc/swscale_template.c"
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册