mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
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:
parent
373211d828
commit
5b3265a718
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user