mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +02:00
lavfi: fix Makefile HEADERS
Add a missing space between vsink_buffer.h and vsrc_buffer.h. 1000l.
This commit is contained in:
parent
44f669e7bc
commit
c6e288a7cd
@ -6,7 +6,7 @@ FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
|
|||||||
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
|
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
|
||||||
FFLIBS-$(CONFIG_MP_FILTER) += avcodec
|
FFLIBS-$(CONFIG_MP_FILTER) += avcodec
|
||||||
|
|
||||||
HEADERS = avcodec.h avfilter.h avfiltergraph.h vsink_buffer.hvsrc_buffer.h
|
HEADERS = avcodec.h avfilter.h avfiltergraph.h vsink_buffer.h vsrc_buffer.h
|
||||||
|
|
||||||
OBJS = allfilters.o \
|
OBJS = allfilters.o \
|
||||||
avfilter.o \
|
avfilter.o \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user