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

Alex Beregszaszi alex
Fri May 11 16:39:02 CEST 2007


Hi,

> > > +for type in decoder encoder parser demuxer muxer protocol; do
> > > +    echo -n "Enabled ${type}s:"
> > > +    ucname="$`toupper $type`_LIST"
> > > +    partlist=""
> > > +    for part in `eval echo $ucname`; do
> > > +        enabled $part && partlist="$partlist $part"
> > > +    done
> > > +    echo -e "$partlist\n" | sed -e "s/_$type//g"
> > > +done
> > 
> > Look at configure line 2014, it should be possibly to hook this up in
> > that loop which runs anyway.
> 
> Not sure this is so much simpler, but here is what it looks like.

What about this? I vote for committing it.

--
Alex Beregszaszi






More information about the ffmpeg-devel mailing list