summaryrefslogtreecommitdiffstats
path: root/mp3lib/decode_i586.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-24 22:33:46 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-24 22:33:46 +0000
commit593a458f0c491dc22daa68d3d598bb1e8e458221 (patch)
tree023ad9a7ea61f0bc91d8cd9e37c46d496a45388d /mp3lib/decode_i586.c
parentfb8e7eff8d1c4412d3fe9be4ac9fd93636f4a5ad (diff)
downloadmpv-593a458f0c491dc22daa68d3d598bb1e8e458221.tar.bz2
mpv-593a458f0c491dc22daa68d3d598bb1e8e458221.tar.xz
fixing that f*cking linker 'bug' e.g. naming config with libmp3lame
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8561 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/decode_i586.c')
-rw-r--r--mp3lib/decode_i586.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/decode_i586.c b/mp3lib/decode_i586.c
index a2d0a65b43..946116cb07 100644
--- a/mp3lib/decode_i586.c
+++ b/mp3lib/decode_i586.c
@@ -79,7 +79,7 @@ int synth_1to1_pent(real *bandPtr, int channel, short *samples)
" addl $12,%%esp\n\t"
" movl %4,%%edx\n\t"
" leal 0(,%%edx,4),%%edx\n\t"
-" movl $"MANGLE(decwin)"+64,%%eax\n\t"
+" movl $"MANGLE(mp3lib_decwin)"+64,%%eax\n\t"
" movl %%eax,%%ecx\n\t"
" subl %%edx,%%ecx\n\t"
" movl $16,%%ebp\n\t"