[FFmpeg-cvslog] lavfi: install libavfilter/vsrc_buffer.h
Andrey Utkin
git at videolan.org
Mon Dec 12 01:43:50 CET 2011
ffmpeg | branch: master | Andrey Utkin <andrey.krieger.utkin at gmail.com> | Thu Dec 8 21:27:01 2011 +0200| [5b3265a7181889b53ff8217c1bdccdf966c86955] | committer: Anton Khirnov
lavfi: install libavfilter/vsrc_buffer.h
It declares API necessary for filtering apps.
Signed-off-by: Anton Khirnov <anton at khirnov.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b3265a7181889b53ff8217c1bdccdf966c86955
---
libavfilter/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index e9eaf95..bc05f1d 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -3,7 +3,7 @@ FFLIBS = avutil
FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
-HEADERS = avfilter.h avfiltergraph.h
+HEADERS = avfilter.h avfiltergraph.h vsrc_buffer.h
OBJS = allfilters.o \
avfilter.o \
More information about the ffmpeg-cvslog
mailing list