summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-06-02 19:19:12 -0700
committerRonald S. Bultje <rsbultje@gmail.com>2011-06-02 21:29:59 -0700
commit0d793db1b0a4edff37fee8318f5656ffe6fe3951 (patch)
tree0adf2c24036b44c51acca536b66d24b635cf6476 /libswscale/swscale.c
parentf190f676bc93a7e80344f2feeb3b9b44604d4717 (diff)
swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r--libswscale/swscale.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index 02cf7cb382..d6bdfdd3cc 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.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