summaryrefslogtreecommitdiffstats
path: root/mp3lib/decod386.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/decod386.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/decod386.c')
-rw-r--r--mp3lib/decod386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/decod386.c b/mp3lib/decod386.c
index efbcae0f3b..c76d3bb843 100644
--- a/mp3lib/decod386.c
+++ b/mp3lib/decod386.c
@@ -202,7 +202,7 @@ static int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt)
{
register int j;
- real *window = decwin + 16 - bo1;
+ real *window = mp3lib_decwin + 16 - bo1;
for (j=16;j;j--,b0+=0x10,window+=0x20,samples+=step)
{