reverting my last change as buggy gcc 3.x fails with it :(

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11267 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-10-25 23:13:54 +00:00
parent a9eadf8837
commit 31ff51c869
1 changed files with 1 additions and 1 deletions

View File

@ -47,10 +47,10 @@ unsigned long __attribute__((aligned(8))) costab_mmx[] =
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"