Move swscale AltiVec template code to ppc subdirectory.

Originally committed as revision 29099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
release/0.6
Diego Biurrun 16 years ago
parent b2184b9c56
commit 009d2d74c2
  1. 0
      libswscale/ppc/swscale_altivec_template.c
  2. 2
      libswscale/swscale_template.c

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

Loading…
Cancel
Save