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

Stefano Sabatini stefasab at gmail.com
Fri Apr 13 00:17:14 CEST 2012


On date Thursday 2012-04-12 07:37:55 +0200, Clément Bœsch encoded:
> 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.

Applied.
-- 
FFmpeg = Formidable and Fierce Mind-dumbing Puritan EntanGlement


More information about the ffmpeg-devel mailing list