summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/decod386.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mp3lib/decod386.c b/mp3lib/decod386.c
index e80a654749..686debad17 100644
--- a/mp3lib/decod386.c
+++ b/mp3lib/decod386.c
@@ -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 int synth_1to1_mono2stereo(real *bandPtr,unsigned char *samples,int *pnt)
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;