From b0f5574d7abda77fe5a5eed67b7f78ec6bf574cb Mon Sep 17 00:00:00 2001 From: atmos4 Date: Mon, 2 Aug 2004 03:35:50 +0000 Subject: ICC 8.0 compilation fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12929 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/decode_i586.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mp3lib') diff --git a/mp3lib/decode_i586.c b/mp3lib/decode_i586.c index 7b0359ca65..41f239126a 100644 --- a/mp3lib/decode_i586.c +++ b/mp3lib/decode_i586.c @@ -27,9 +27,9 @@ #include "../mangle.h" #define real float /* ugly - but only way */ -static long buffs[1088]; +static long buffs[1088]={0}; static long attribute_used bo=1; -static long saved_ebp; +static long saved_ebp=0; int synth_1to1_pent(real *bandPtr, int channel, short *samples) { -- cgit v1.2.3