diff mp3lib/decod386.c @ 13188:f60bc2314146

small gcc warning fixes
author rathann
date Sat, 28 Aug 2004 20:59:49 +0000
parents 4e6f75467d64
children 07e7a572bd84
line wrap: on
line diff
--- a/mp3lib/decod386.c	Sat Aug 28 20:56:56 2004 +0000
+++ b/mp3lib/decod386.c	Sat Aug 28 20:59:49 2004 +0000
@@ -77,6 +77,8 @@
 }
 */
 
+static int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt);
+
 static int synth_1to1_mono(real *bandPtr,unsigned char *samples,int *pnt)
 {
   short samples_tmp[64];
@@ -116,7 +118,7 @@
 static synth_func_t synth_func;
 
 #if defined(CAN_COMPILE_X86_ASM)
-static int synth_1to1_MMX( real *bandPtr,int channel,short * samples)
+int synth_1to1_MMX( real *bandPtr,int channel,short * samples)
 {
     static short buffs[2][2][0x110];
     static int bo = 1;