OSDN Git Service

Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
authorDiego Biurrun <diego@biurrun.de>
Tue, 18 Mar 2008 22:14:57 +0000 (22:14 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 18 Mar 2008 22:14:57 +0000 (22:14 +0000)
Originally committed as revision 26264 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale.c

index e6cb3f4..82533b4 100644 (file)
@@ -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)