changeset 11266:6beea1683618

reverting my last change as buggy gcc 3.x fails with it :(
author alex
date Sat, 25 Oct 2003 23:13:54 +0000
parents f6adf8511cd5
children bce074f4263f
files mp3lib/decode_MMX.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/decode_MMX.c	Sat Oct 25 22:22:39 2003 +0000
+++ b/mp3lib/decode_MMX.c	Sat Oct 25 23:13:54 2003 +0000
@@ -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"