[Mplayer-cvslog] CVS: main/mp3lib decode_MMX.c,1.8,1.9
Alex Beregszaszi
alex at mplayerhq.hu
Sun Oct 26 01:14:23 CEST 2003
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var/tmp.root/cvs-serv19861
Modified Files:
decode_MMX.c
Log Message:
reverting my last change as buggy gcc 3.x fails with it :(
Index: decode_MMX.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/decode_MMX.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- decode_MMX.c 23 Oct 2003 00:01:23 -0000 1.8
+++ decode_MMX.c 25 Oct 2003 23:13:54 -0000 1.9
@@ -47,10 +47,10 @@
1060439283,
};
+static int temp; // buggy gcc 3.x fails if this is moved into the function :(
void synth_1to1_MMX_s(real *bandPtr, int channel, short *samples,
short *buffs, int *bo)
{
-int temp;
__asm __volatile(
"movl %1,%%ecx\n\t"
More information about the MPlayer-cvslog
mailing list