summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorAndrey Utkin <andrey.krieger.utkin@gmail.com>2011-12-08 21:27:01 +0200
committerAnton Khirnov <anton@khirnov.net>2011-12-11 19:14:09 +0100
commit5b3265a7181889b53ff8217c1bdccdf966c86955 (patch)
treec2efde32cc7cd668bdbe38ad18809a54593e3ae2 /libavfilter
parent373211d828f351d86908d47828444f620bfd176d (diff)
lavfi: install libavfilter/vsrc_buffer.h
It declares API necessary for filtering apps. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index e9eaf9550d..bc05f1ddea 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 \