diff mp3lib/mpg123.h @ 12131:d155623271e3

fix symbol clashes when linking with libmp3lame including mp3 decoder, man, mp3lib is so much bloated
author alex
date Tue, 06 Apr 2004 01:06:21 +0000
parents b277842a74a2
children 07e7a572bd84
line wrap: on
line diff
--- a/mp3lib/mpg123.h	Tue Apr 06 00:25:47 2004 +0000
+++ b/mp3lib/mpg123.h	Tue Apr 06 01:06:21 2004 +0000
@@ -107,13 +107,8 @@
   } 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);