[SCM] libav/experimental: Move swscale AltiVec template code to ppc subdirectory.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:42:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 009d2d74c276ddc0d4ff3b4e301a5d38730716c8
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Mar 29 14:18:44 2009 +0000

    Move swscale AltiVec template code to ppc subdirectory.
    
    Originally committed as revision 29099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale_altivec_template.c b/libswscale/ppc/swscale_altivec_template.c
similarity index 100%
rename from libswscale/swscale_altivec_template.c
rename to libswscale/ppc/swscale_altivec_template.c
diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c
index 971b69c..ecf5c10 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) \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list