diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-29 14:18:44 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-29 14:18:44 +0000 |
commit | 009d2d74c276ddc0d4ff3b4e301a5d38730716c8 (patch) | |
tree | ca852e7f185ed15caa4aab978bfd9278cd426139 | |
parent | b2184b9c5634163983c85b61208ab6579bc6ff87 (diff) | |
download | ffmpeg-009d2d74c276ddc0d4ff3b4e301a5d38730716c8.tar.gz |
Move swscale AltiVec template code to ppc subdirectory.
Originally committed as revision 29099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/ppc/swscale_altivec_template.c (renamed from libswscale/swscale_altivec_template.c) | 0 | ||||
-rw-r--r-- | libswscale/swscale_template.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_altivec_template.c b/libswscale/ppc/swscale_altivec_template.c index 0bf620bc83..0bf620bc83 100644 --- a/libswscale/swscale_altivec_template.c +++ b/libswscale/ppc/swscale_altivec_template.c diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c index 971b69c98d..ecf5c10131 100644 --- a/libswscale/swscale_template.c +++ b/libswscale/swscale_template.c @@ -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) \ |