[Ffmpeg-devel] [RFC PATCH] List enabled code in configure output

Ramiro Ribeiro Polla ramiro
Thu Apr 26 17:37:44 CEST 2007


Alex Beregszaszi wrote:
> Hi,
>
> this change lists all the enabled decoders, encoders, muxers, demuxer,
> parsers and protocols in the configure output to the user.
>
> Sample output:
> "
> Enabled decoders: aasc asv1 asv2 avs bethsoftvid bmp ...
>
> Enabled encoders: asv1 asv2 bmp dvvideo ffv1 ffvhuff ...
>
> Enabled parsers: aac ac3 cavsvideo dca dvbsub ...
>
> Enabled demuxers: aac ac3 aiff amr apc asf ...
>
> Enabled muxers: ac3 adts aiff amr asf asf_stream  ...
>
> Enabled protocols: file pipe udp rtp tcp http
> "
>
> I know the output needs to be refined and the shell code itself may not
> the best.
>
> Please comment, I would love to have such a feature in the configure
> script.
>
>   
It takes some while on linux, and I assume it will take ages on Windows 
(slow proccess spawning).
What about ./configure 
--list-{encoders,decoders,muxers,demuxers,parsers,protocol,all}? or 
./configure --verbose?

Ramiro Polla




More information about the ffmpeg-devel mailing list