comparison mp3lib/mpg123.h @ 8560:1320f1b3229d

fixing that f*cking linker 'bug' e.g. naming config with libmp3lame
author alex
date Tue, 24 Dec 2002 22:33:46 +0000
parents a738eae695cc
children b277842a74a2
comparison
equal deleted inserted replaced
8559:b5db3be5b3f3 8560:1320f1b3229d
106 struct gr_info_s gr[2]; 106 struct gr_info_s gr[2];
107 } ch[2]; 107 } ch[2];
108 }; 108 };
109 109
110 static long freqs[9]; 110 static long freqs[9];
111 extern real decwin[(512+32)]; 111 extern real mp3lib_decwin[(512+32)];
112 extern real *pnts[]; 112 extern real *pnts[];
113 113
114 static int do_layer2(struct frame *fr,int single); 114 static int do_layer2(struct frame *fr,int single);
115 static int do_layer3(struct frame *fr,int single); 115 static int do_layer3(struct frame *fr,int single);
116 static int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt); 116 static int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt);