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

Michael Niedermayer michaelni at gmx.at
Tue Dec 18 16:00:06 CET 2012


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

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I do not agree with what you have to say, but I'll defend to the death your
right to say it. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121218/d1291654/attachment.asc>


More information about the ffmpeg-devel mailing list