[Mplayer-cvslog] CVS: main/libmpeg2 idct.c,1.9,1.10
Zoltan Ponekker
syncmail at mplayerhq.hu
Sun Oct 17 20:49:22 CEST 2004
CVS change done by Zoltan Ponekker
Update of /cvsroot/mplayer/main/libmpeg2
In directory mail:/var2/tmp/cvs-serv5780
Modified Files:
idct.c
Log Message:
compile error fix on PPC/G3
Index: idct.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/idct.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- idct.c 2 Aug 2004 11:20:38 -0000 1.9
+++ idct.c 17 Oct 2004 18:49:19 -0000 1.10
@@ -246,7 +246,7 @@
mpeg2_idct_mmx_init ();
} else
#endif
-#ifdef ARCH_PPC
+#if defined( ARCH_PPC ) && defined( HAVE_ALTIVEC )
if (accel & MPEG2_ACCEL_PPC_ALTIVEC) {
mpeg2_idct_copy = mpeg2_idct_copy_altivec;
mpeg2_idct_add = mpeg2_idct_add_altivec;
More information about the MPlayer-cvslog
mailing list