On Thu, Dec 15, 2011 at 11:27:08AM +0000, Måns Rullgård wrote:
> Diego Biurrun <[email protected]> writes:
> >
> > --- a/configure
> > +++ b/configure
> > @@ -1748,6 +1748,20 @@ INDEV_LIST=$(find_things    indev    _IN      
> > libavdevice/alldevices.c)
> >  PROTOCOL_LIST=$(find_things protocol PROTOCOL libavformat/allformats.c)
> >  FILTER_LIST=$(find_things   filter   FILTER   libavfilter/allfilters.c)
> >
> > +COMPONENT_LISTS="
> > +    $BSF_LIST
> > +    $DECODER_LIST
> > +    $DEMUXER_LIST
> > +    $ENCODER_LIST
> > +    $FILTER_LIST
> > +    $HWACCEL_LIST
> > +    $INDEV_LIST
> > +    $MUXER_LIST
> > +    $OUTDEV_LIST
> > +    $PARSER_LIST
> > +    $PROTOCOL_LIST
> > +"
> 
> This is badly named.  It is not, as the name suggests, a list of lists.
> It is also easily confused with the existing COMPONENT_LIST variable.

PARTS_LIST?

> > @@ -1758,6 +1772,8 @@ LAVF_TESTS=$(find_tests lavf)
> >  LAVFI_TESTS=$(find_tests lavfi)
> >  SEEK_TESTS=$(find_tests seek seek_)
> >
> > +TEST_LISTS="$ACODEC_TESTS $VCODEC_TESTS $LAVF_TESTS $LAVFI_TESTS 
> > $SEEK_TESTS"
> 
> Ditto.

ALL_TESTS?

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

Reply via email to