OSDN Git Service

Move swscale AltiVec template code to ppc subdirectory.
authorDiego Biurrun <diego@biurrun.de>
Sun, 29 Mar 2009 14:18:44 +0000 (14:18 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 29 Mar 2009 14:18:44 +0000 (14:18 +0000)
Originally committed as revision 29099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/ppc/swscale_altivec_template.c [moved from libswscale/swscale_altivec_template.c with 100% similarity]
libswscale/swscale_template.c

index 971b69c..ecf5c10 100644 (file)
@@ -67,7 +67,7 @@
 #define MOVNTQ(a,b)  REAL_MOVNTQ(a,b)
 
 #if HAVE_ALTIVEC
-#include "swscale_altivec_template.c"
+#include "ppc/swscale_altivec_template.c"
 #endif
 
 #define YSCALEYUV2YV12X(x, offset, dest, width) \