From 028ad0664b253a7f8f58121ac3bc8a85aad87885 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 6 Apr 2004 01:24:34 +0000 Subject: some more globals git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12135 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/decod386.c | 4 ++-- mp3lib/layer3.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'mp3lib') 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; diff --git a/mp3lib/layer3.c b/mp3lib/layer3.c index 49516fbcfe..de954a3d12 100644 --- a/mp3lib/layer3.c +++ b/mp3lib/layer3.c @@ -1167,7 +1167,7 @@ static void III_antialias(real xr[SBLIMIT][SSLIMIT],struct gr_info_s *gr_info) { * III_hybrid */ -dct36_func_t dct36_func; +static dct36_func_t dct36_func; static void III_hybrid(real fsIn[SBLIMIT][SSLIMIT],real tsOut[SSLIMIT][SBLIMIT], int ch,struct gr_info_s *gr_info) -- cgit v1.2.3