[Mplayer-cvslog] CVS: main/mp3lib decode_i586.c,1.6,1.7

Felix Buenemann atmosfear at users.sourceforge.net
Wed Aug 4 15:51:34 CEST 2004


Thx, I was just going to commit the same.

On Tuesday 03 August 2004 20:54, Sascha Sommer CVS wrote:
> CVS change done by Sascha Sommer CVS
>
> Update of /cvsroot/mplayer/main/mp3lib
> In directory mail:/var2/tmp/cvs-serv29100/mp3lib
>
> Modified Files:
> 	decode_i586.c
> Log Message:
> avoid outoptimization of static variables patch by ismail dönmez
> <ismail.donmez at gmail.com>
>
> Index: decode_i586.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/mp3lib/decode_i586.c,v
> retrieving revision 1.6
> retrieving revision 1.7
> diff -u -r1.6 -r1.7
> --- decode_i586.c	2 Aug 2004 03:35:50 -0000	1.6
> +++ decode_i586.c	3 Aug 2004 18:54:26 -0000	1.7
> @@ -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)
>  {
>
> _______________________________________________
> Mplayer-cvslog mailing list
> Mplayer-cvslog at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog

-- 
Best Regards,
        Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________




More information about the MPlayer-cvslog mailing list