[Mplayer-cvslog] CVS: main/mp3lib decode_MMX.c,1.7,1.8

Alex Beregszaszi alex at mplayerhq.hu
Thu Oct 23 02:01:53 CEST 2003


Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var/tmp.root/cvs-serv15120

Modified Files:
	decode_MMX.c 
Log Message:
100l to Nick

Index: decode_MMX.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/decode_MMX.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- decode_MMX.c	22 Oct 2003 20:58:46 -0000	1.7
+++ decode_MMX.c	23 Oct 2003 00:01:23 -0000	1.8
@@ -47,10 +47,11 @@
 	1060439283,
 };
 
-static int temp;
 void synth_1to1_MMX_s(real *bandPtr, int channel, short *samples,
                       short *buffs, int *bo)
 {
+int temp;
+
 __asm __volatile(
         "movl %1,%%ecx\n\t"
         "movl %2,%%edi\n\t"



More information about the MPlayer-cvslog mailing list