[MPlayer-users] about "-really-quiet"

Rich Felker dalias at aerifal.cx
Mon Nov 19 10:07:13 CET 2007


On Sun, Nov 18, 2007 at 10:53:58AM +0100, Reimar Döffinger wrote:
> Hello,
> On Sun, Nov 18, 2007 at 01:57:46AM +0200, Jan Knutar wrote:
> > On Saturday 17 November 2007 15:00, JonY wrote:
> > 
> > > Using SSE optimized IMDCT transform
> > > Using MMX optimized resampler
> > >
> > > liba52/resample.c and liba52/imdc.c is using fprintf(stderr, "...");
> > > Was it intentional? Adding "2>null" makes it quiet again.
> > 
> > No, most likely not intentional. fprintf(stderr....) and printf() aren't 
> > supposed to be used in MPlayer...
> 
> liba52 is an imported library and thus not really part of MPlayer.

Nonetheless we should fix the problem, even if just by preprocessor
hacks to dummy-out these printf's in liba52 via the build system..

Rich



More information about the MPlayer-users mailing list