From 31ff51c8699d51faea23f14afa64d95375398902 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 25 Oct 2003 23:13:54 +0000 Subject: 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 --- mp3lib/decode_MMX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib') diff --git a/mp3lib/decode_MMX.c b/mp3lib/decode_MMX.c index ee7f2049f2..6461dd55d9 100644 --- a/mp3lib/decode_MMX.c +++ b/mp3lib/decode_MMX.c @@ -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" -- cgit v1.2.3