[SCM] libav/experimental: altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:39:34 UTC 2013


The following commit has been merged in the experimental branch:
commit 35fe5cc53ff1b2a23e01557cad19ffdbe14cad6f
Author: Magnus Damm <damm at opensource.se>
Date:   Sun Mar 14 18:04:59 2004 +0000

    altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)
    
    Originally committed as revision 12024 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

diff --git a/postproc/swscale.c b/postproc/swscale.c
index 98cd469..38284a1 100644
--- a/postproc/swscale.c
+++ b/postproc/swscale.c
@@ -61,6 +61,9 @@ untested special converters
 #else
 #include <stdlib.h>
 #endif
+#ifdef HAVE_ALTIVEC_H
+#include <altivec.h>
+#endif
 #include "swscale.h"
 #include "swscale_internal.h"
 #include "../cpudetect.h"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list