summaryrefslogtreecommitdiffstats
path: root/mp3lib/decod386.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/decod386.c')
-rw-r--r--mp3lib/decod386.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/decod386.c b/mp3lib/decod386.c
index 7739cdb8d1..a2dda57994 100644
--- a/mp3lib/decod386.c
+++ b/mp3lib/decod386.c
@@ -147,10 +147,10 @@ static int synth_1to1_r(real *bandPtr,int channel,unsigned char *out,int *pnt)
}
#endif
-synth_func_t synth_func;
+static synth_func_t synth_func;
#if defined(CAN_COMPILE_X86_ASM)
-int synth_1to1_MMX( real *bandPtr,int channel,short * samples)
+static int synth_1to1_MMX( real *bandPtr,int channel,short * samples)
{
static short buffs[2][2][0x110];
static int bo = 1;