From 5b3265a7181889b53ff8217c1bdccdf966c86955 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Thu, 8 Dec 2011 21:27:01 +0200 Subject: lavfi: install libavfilter/vsrc_buffer.h It declares API necessary for filtering apps. Signed-off-by: Anton Khirnov --- libavfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/Makefile') 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 \ -- cgit v1.2.3