From 593a458f0c491dc22daa68d3d598bb1e8e458221 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 24 Dec 2002 22:33:46 +0000 Subject: 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 --- mp3lib/decod386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib/decod386.c') 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) { -- cgit v1.2.3