Hi,

On Wed, Jun 29, 2011 at 2:49 PM, Diego Biurrun <[email protected]> wrote:
> On Wed, Jun 29, 2011 at 02:35:23PM -0700, Alex Converse wrote:
>> 2011/6/29 Måns Rullgård <[email protected]>:
>> > "Ronald S. Bultje" <[email protected]> writes:
>> >
>> >> From: Frank Barchard <[email protected]>
>> >>
>> >> Signed-off-by: Ronald S. Bultje <[email protected]>
>> >> ---
>> >>  cmdutils.c |    8 ++++++++
>> >>  configure  |    2 +-
>> >>  ffmpeg.c   |   18 +++++++++++++++++-
>> >>  3 files changed, 26 insertions(+), 2 deletions(-)
>> >
>> > I question the utility of this.
>>
>> As someone who routinely builds ffmpeg for audio-only purposes I find
>> this useful.
>
> Why?  Are you concerned about size?  Extra library dependencies?
>
> Note that this is an honest question - I'm not trying to troll you.

It's a great way to test ffmpeg-the-tool for projects that mostly only
care about libavcodec/libavformat, rather than the complete beast that
is libav*. Examples of such projects are Chrome, who don't care about
libswscale, libavfilter, etc. It's all disabled. However, when telling
me about bugs, it's nice to be able to test under ffmpeg with the same
configuration used to build Chrome itself.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to