[Ffmpeg-devel] [PATCH] configure.c: CONFIG_ENCODERS

Rich Felker dalias
Sat May 7 20:41:47 CEST 2005


On Sat, May 07, 2005 at 08:19:38PM +0200, M?ns Rullg?rd wrote:
> Roine Gustafsson <roine at users.sourceforge.net> writes:
> 
> > Patch sets CONFIG_ENCODERS and CONFIG_DECODERS depending on wether the
> > user has added any encoders or decoders.
> > The idea is to use CONFIG_[EN|DE]CODERS for libavformat and use
> > CONFIG_<x>_[EN|DE]CODER for libavcodec.
> > Then libavformat would have no 'encoders' (muxers) if libavcodec has
> > no encoders at all.
> 
> You might still want the ability to mux streams from other encoders,
> or copied from the input.

Agree. lavf muxing should not depend on having encoders, and demuxing
certainly should not depend on having any decoders!

Rich





More information about the ffmpeg-devel mailing list