summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-25 23:13:54 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-25 23:13:54 +0000
commit31ff51c8699d51faea23f14afa64d95375398902 (patch)
treee9121455d780b09187df6e66ed51bfa687dcd74b /mp3lib
parenta9eadf88373f45240060e05b2567eea82bc33da4 (diff)
downloadmpv-31ff51c8699d51faea23f14afa64d95375398902.tar.bz2
mpv-31ff51c8699d51faea23f14afa64d95375398902.tar.xz
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
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/decode_MMX.c2
1 files changed, 1 insertions, 1 deletions
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"