Commit afb1ee49 authored by diego's avatar diego

Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@26264 b3059339-0415-0410-9bf9-f77b7e298cf2
parent a6507367
......@@ -913,14 +913,12 @@ static inline void yuv2packedXinC(SwsContext *c, int16_t *lumFilter, int16_t **l
#include "swscale_template.c"
#endif
#ifdef ARCH_POWERPC
#ifdef COMPILE_ALTIVEC
#undef RENAME
#define HAVE_ALTIVEC
#define RENAME(a) a ## _altivec
#include "swscale_template.c"
#endif
#endif //ARCH_POWERPC
#if defined(ARCH_X86)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment