Martin Storsjö <[email protected]> writes:

> This makes sure the previously always installed public header
> lzo.h is installed if the LZO functionality is enabled.
> ---
>  common.mak |    1 +
>  1 file changed, 1 insertion(+)

Subject is a bit odd-sounding now.

> diff --git a/common.mak b/common.mak
> index dd9f4cb..c4d2999 100644
> --- a/common.mak
> +++ b/common.mak
> @@ -23,6 +23,7 @@ HOSTPROGS := $(HOSTPROGS:%=$(SUBDIR)%$(HOSTEXESUF))
>  TOOLS     += $(TOOLS-yes)
>  TOOLOBJS  := $(TOOLS:%=tools/%.o)
>  TOOLS     := $(TOOLS:%=tools/%$(EXESUF))
> +HEADERS   += $(HEADERS-yes)
>  
>  DEP_LIBS := $(foreach 
> NAME,$(FFLIBS),lib$(NAME)/$($(CONFIG_SHARED:yes=S)LIBNAME))
>  
> -- 

You need to add HEADERS to SUBDIR_VARS in the top Makefile as well.
Otherwise HEADERS-yes will accumulate across all the libs.  You probably
didn't notice this since libavutil is last in the list.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to