lavfi: install libavfilter/vsrc_buffer.h
authorAndrey Utkin <andrey.krieger.utkin@gmail.com>
Thu, 8 Dec 2011 19:27:01 +0000 (21:27 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 11 Dec 2011 18:14:09 +0000 (19:14 +0100)
It declares API necessary for filtering apps.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavfilter/Makefile

index e9eaf95..bc05f1d 100644 (file)
@@ -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                                                       \