From 0bdf67044ce904963374261c9426fe885aa34373 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 6 Apr 2004 01:06:21 +0000 Subject: fix symbol clashes when linking with libmp3lame including mp3 decoder, man, mp3lib is so much bloated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12132 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/mpg123.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mp3lib/mpg123.h') diff --git a/mp3lib/mpg123.h b/mp3lib/mpg123.h index ea58c74b58..482e024b51 100644 --- a/mp3lib/mpg123.h +++ b/mp3lib/mpg123.h @@ -107,13 +107,8 @@ struct III_sideinfo } ch[2]; }; -static long freqs[9]; extern real mp3lib_decwin[(512+32)]; -extern real *pnts[]; - -static int do_layer2(struct frame *fr,int single); -static int do_layer3(struct frame *fr,int single); -static int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt); +extern real *mp3lib_pnts[]; extern int synth_1to1_pent( real *,int,short * ); extern void make_decode_tables_MMX(long scaleval); -- cgit v1.2.3