lavfi: install libavfilter/vsrc_buffer.h

It declares API necessary for filtering apps.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Andrey Utkin 2011-12-08 21:27:01 +02:00 committed by Anton Khirnov
parent 373211d828
commit 5b3265a718

View File

@ -3,7 +3,7 @@ FFLIBS = avutil
FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
HEADERS = avfilter.h avfiltergraph.h HEADERS = avfilter.h avfiltergraph.h vsrc_buffer.h
OBJS = allfilters.o \ OBJS = allfilters.o \
avfilter.o \ avfilter.o \