[MPlayer-cvslog] r18960 - trunk/configure

Diego Biurrun diego at biurrun.de
Sat Jul 29 22:51:56 CEST 2006


Sorry for taking so long to react, this slipped through the cracks..

On Wed, Jul 12, 2006 at 10:39:41PM +0200, Michael Niedermayer wrote:
> 
> On Wed, Jul 12, 2006 at 12:35:56PM -0400, Rich Felker wrote:
> > On Wed, Jul 12, 2006 at 02:19:10PM +0200, Diego Biurrun wrote:
> > > On Sat, Jul 08, 2006 at 09:50:07PM +0200, Michael Niedermayer wrote:
> > > > 
> > > > On Sat, Jul 08, 2006 at 07:09:35PM +0200, diego wrote:
> > > > > 
> > > > > Modified:
> > > > >    trunk/configure
> > > > > 
> > > > > Log:
> > > > > Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.
> > > > 
> > > > this will break a few filters at least
> > > 
> > > Which ones?
> > 
> > The ones that encode. That includes both some postproc filters and the
> > filters used with mpegpes output, at least.
> 
> yes, (grep avcodec_encode will show some ...)

vf_mcdeint, vf_uspp, vf_lavc

> and depending upon if the dct and such are available a 
> 'grep fdct' will show a few more cases 

vf_fspp, vf_spp, vf_zrmjpeg

OK, this obviously needs to be fixed, MPlayer is currently crashing when
compiled with --disable-mencoder and one of those filters gets used.

Would it suffice to just enable a few encoders?  Which ones?

Diego



More information about the MPlayer-cvslog mailing list