[Mplayer-cvslog] CVS: main/libmpeg2 cpu_state.c,1.4,1.5
Zoltan Ponekker
syncmail at mplayerhq.hu
Fri Oct 29 21:03:59 CEST 2004
CVS change done by Zoltan Ponekker
Update of /cvsroot/mplayer/main/libmpeg2
In directory mail:/var2/tmp/cvs-serv4342
Modified Files:
cpu_state.c
Log Message:
compile fix on G3
Index: cpu_state.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/cpu_state.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cpu_state.c 2 Aug 2004 11:20:38 -0000 1.4
+++ cpu_state.c 29 Oct 2004 19:03:55 -0000 1.5
@@ -43,7 +43,7 @@
}
#endif
-#ifdef ARCH_PPC
+#if defined( ARCH_PPC ) && defined( HAVE_ALTIVEC )
#ifdef HAVE_ALTIVEC_H /* gnu */
#define LI(a,b) "li " #a "," #b "\n\t"
#define STVX0(a,b,c) "stvx " #a ",0," #c "\n\t"
More information about the MPlayer-cvslog
mailing list