From d9a5e001834f2a8de4ca42fcbde7cd385018a282 Mon Sep 17 00:00:00 2001 From: rathann Date: Sat, 28 Aug 2004 20:59:49 +0000 Subject: small gcc warning fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13189 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/decod386.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mp3lib') 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; -- cgit v1.2.3