[Mplayer-cvslog] CVS: main/postproc swscale.c,1.137,1.138
Michael Niedermayer CVS
syncmail at mplayerhq.hu
Sun Mar 14 19:05:02 CET 2004
CVS change done by Michael Niedermayer CVS
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var2/tmp/cvs-serv2843
Modified Files:
swscale.c
Log Message:
altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)
Index: swscale.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale.c,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- swscale.c 11 Mar 2004 17:58:11 -0000 1.137
+++ swscale.c 14 Mar 2004 18:04:59 -0000 1.138
@@ -61,6 +61,9 @@
#else
#include <stdlib.h>
#endif
+#ifdef HAVE_ALTIVEC_H
+#include <altivec.h>
+#endif
#include "swscale.h"
#include "swscale_internal.h"
#include "../cpudetect.h"
More information about the MPlayer-cvslog
mailing list