[FFmpeg-devel] [PATCH] lavfi: install asrc_abuffer.h header

Clément Bœsch ubitux at gmail.com
Thu Apr 12 07:37:55 CEST 2012


On Thu, Apr 12, 2012 at 12:07:31AM +0200, Stefano Sabatini wrote:
> The header is part of the public API, in particular is used by
> doc/examples/filtering_audio.c.
> ---
>  libavfilter/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/libavfilter/Makefile b/libavfilter/Makefile
> index 363729b..5f99fe6 100644
> --- a/libavfilter/Makefile
> +++ b/libavfilter/Makefile
> @@ -12,7 +12,7 @@ FFLIBS-$(CONFIG_REMOVELOGO_FILTER)           += swscale avformat avcodec
>  FFLIBS-$(CONFIG_SCALE_FILTER)                += swscale
>  FFLIBS-$(CONFIG_MP_FILTER)                   += avcodec postproc
>  
> -HEADERS = avcodec.h avfilter.h avfiltergraph.h buffersink.h version.h vsrc_buffer.h
> +HEADERS = asrc_abuffer.h avcodec.h avfilter.h avfiltergraph.h buffersink.h version.h vsrc_buffer.h
>  

I noticed this one the other day while trying to help a user, and was
hoping he would send a patch... Anyway, thank you, and LGTM if it works.

Note: should we install the doc examples as well?

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120412/9a7e7d4a/attachment.asc>


More information about the ffmpeg-devel mailing list