Mercurial > mplayer.hg
changeset 12945:e6b756046bf5
avoid outoptimization of static variables patch by ismail d«Ónmez <ismail.donmez at gmail.com>
author | faust3 |
---|---|
date | Tue, 03 Aug 2004 18:54:26 +0000 |
parents | 73cb43ad38ff |
children | 583999800746 |
files | mp3lib/decode_i586.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3lib/decode_i586.c Tue Aug 03 18:39:04 2004 +0000 +++ b/mp3lib/decode_i586.c Tue Aug 03 18:54:26 2004 +0000 @@ -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) {