On Tue, Nov 27, 2012 at 08:57:52PM +0000, Måns Rullgård wrote:
> Diego Biurrun <di...@biurrun.de> writes:
> > --- a/configure
> > +++ b/configure
> > @@ -1956,6 +1957,10 @@ for opt do
> >      --disable-everything)
> >      map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
> >      ;;
> > +    --disable-all)
> > +    map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
> > +    disable $LIBRARY_LIST $PROGRAM_LIST doc network
> 
> Why do you explicitly disable network?  It is part of libavformat.

It is a CONFIG_ option not part of any component group so that if you
--enable-libavformat, you would start with a non-minimal libavformat
configuration:

  OBJS-$(CONFIG_NETWORK)                   += network.o

I do now realize that I added CONFIG_LZO, which also controls the enabling
of a compile-time feature w/o being part of any component group, in the
meantime, but my first local --disable-all commit predates that IIRC.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to