[FFmpeg-cvslog] lavfi: install buffersrc.h.

Nicolas George git at videolan.org
Sun May 6 16:37:28 CEST 2012


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat May  5 09:41:36 2012 +0200| [6073ce71d0e62807bfe941fdee50aaaa8370a5d8] | committer: Nicolas George

lavfi: install buffersrc.h.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6073ce71d0e62807bfe941fdee50aaaa8370a5d8
---

 libavfilter/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 797b01c..f25a1e3 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 = asrc_abuffer.h 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 buffersrc.h version.h vsrc_buffer.h
 
 OBJS = allfilters.o                                                     \
        avfilter.o                                                       \



More information about the ffmpeg-cvslog mailing list