changeset 11244:b91bd88dafea

100l to Nick
author alex
date Thu, 23 Oct 2003 00:01:23 +0000
parents e237083ad025
children 9a3230a5ef38
files mp3lib/decode_MMX.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/decode_MMX.c	Wed Oct 22 22:58:42 2003 +0000
+++ b/mp3lib/decode_MMX.c	Thu Oct 23 00:01:23 2003 +0000
@@ -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"