# HG changeset patch # User alex # Date 1067123634 0 # Node ID 6beea16836180373431a7b2ccbabc2e0a79ef2c7 # Parent f6adf8511cd51170695a1645178ddfc5bd987cff reverting my last change as buggy gcc 3.x fails with it :( diff -r f6adf8511cd5 -r 6beea1683618 mp3lib/decode_MMX.c --- 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"