mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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_SCALE_FILTER) += swscale
|
||||
|
||||
HEADERS = avfilter.h avfiltergraph.h
|
||||
HEADERS = avfilter.h avfiltergraph.h vsrc_buffer.h
|
||||
|
||||
OBJS = allfilters.o \
|
||||
avfilter.o \
|
||||
|
Loading…
Reference in New Issue
Block a user