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/tabinit.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mp3lib/tabinit.c') diff --git a/mp3lib/tabinit.c b/mp3lib/tabinit.c index b6b7a3386b..fd17bd95e6 100644 --- a/mp3lib/tabinit.c +++ b/mp3lib/tabinit.c @@ -1,4 +1,4 @@ -real decwin[(512+32)], cos64[32], cos32[16], cos16[8], cos8[4], cos4[2]; +real mp3lib_decwin[(512+32)], cos64[32], cos32[16], cos16[8], cos8[4], cos4[2]; real *pnts[]={ cos64,cos32,cos16,cos8,cos4 }; static long intwinbase[] = { @@ -42,11 +42,11 @@ void make_decode_tables(long scaleval) for(k=0;k