[FFmpeg-devel] [PATCH] doc/Makefile: rework component configuration logic

Stefano Sabatini stefasab at gmail.com
Thu Dec 20 01:09:32 CET 2012


On date Tuesday 2012-12-18 16:00:06 +0100, Michael Niedermayer encoded:
> On Thu, Nov 29, 2012 at 12:21:25AM +0100, Stefano Sabatini wrote:
> > Only include component manual when the corresponding library providing
> > the feature is enabled.
> > ---
> >  doc/Makefile |   33 ++++++++++++++++++++-------------
> >  1 file changed, 20 insertions(+), 13 deletions(-)
> > 
> > diff --git a/doc/Makefile b/doc/Makefile
> > index 6635454..9cfbc1c 100644
> > --- a/doc/Makefile
> > +++ b/doc/Makefile
> > @@ -1,16 +1,23 @@
> > -DOCLIBS-$(CONFIG_AVUTIL)  += libavutil
> [...]
> > +LIBRARIES-$(CONFIG_AVUTIL)     += libavutil
> 
> this could cause problems with common code if LIBRARIES gets used for
> something docs unrelated

What about s/LIBRARIES/LIBRARY_DOCS/?
-- 
FFmpeg = Friendly and Foolish Mind-dumbing Pitiless Elastic Gadget


More information about the ffmpeg-devel mailing list