From 9bb8541622921fcbb1e9081e302a15de63cdd7bf Mon Sep 17 00:00:00 2001 From: faust3 Date: Tue, 3 Aug 2004 18:54:26 +0000 Subject: =?UTF-8?q?avoid=20outoptimization=20of=20static=20variables=20pat?= =?UTF-8?q?ch=20by=20ismail=20d=C3=B6nmez=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12946 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 41f239126a..82a43f4eeb 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]={0}; +static long attribute_used buffs[1088]={0}; static long attribute_used bo=1; -static long saved_ebp=0; +static long attribute_used saved_ebp=0; int synth_1to1_pent(real *bandPtr, int channel, short *samples) { -- cgit v1.2.3