[MPlayer-dev-eng] [PATCH] printf warning fixes (REPOST)

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Tue Jan 10 12:09:57 CET 2006


On Tuesday, 10 January 2006 at 10:20, Diego Biurrun wrote:
> On Tue, Jan 10, 2006 at 01:09:16AM +0100, Dominik 'Rathann' Mierzejewski wrote:
> > --- MPlayer-20051225/liba52/parse.c.printf	2005-04-07 22:07:53.000000000 +0200
> > +++ MPlayer-20051225/liba52/parse.c	2005-12-25 14:09:37.000000000 +0100
> > @@ -71,7 +73,7 @@
> >  #endif
> >      if(((int)samples%16) && (mm_accel&MM_ACCEL_X86_SSE)){
> >        mm_accel &=~MM_ACCEL_X86_SSE;
> > -      printf("liba52: unable to get 16 byte aligned memory disabling usage of SSE instructions\n");
> > +      mp_msg(MSGT_DECAUDIO,MSGL_V,"liba52: unable to get 16 byte aligned memory disabling usage of SSE instructions\n");
> 
> This is an imported library, don't change the printfs in there.  Commit
> the rest of the printf --> mp_msg changes.

Right, done.

R.

-- 
MPlayer RPMs maintainer: http://rpm.greysector.net/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
 We stand between the darkness ... and the light."
        -- Delenn in Grey Council in Babylon 5:"Babylon Squared"




More information about the MPlayer-dev-eng mailing list