mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
build: move ebur128 swr dep to configure.
This commit is contained in:
parent
f0ae467e6c
commit
c683e6aa2c
1
configure
vendored
1
configure
vendored
@ -5122,6 +5122,7 @@ enabled asyncts_filter && prepend avfilter_deps "avresample"
|
||||
enabled atempo_filter && prepend avfilter_deps "avcodec"
|
||||
enabled decimate_filter && prepend avfilter_deps "avcodec"
|
||||
enabled deshake_filter && prepend avfilter_deps "avcodec"
|
||||
enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample"
|
||||
enabled elbg_filter && prepend avfilter_deps "avcodec"
|
||||
enabled mcdeint_filter && prepend avfilter_deps "avcodec"
|
||||
enabled movie_filter && prepend avfilter_deps "avformat avcodec"
|
||||
|
@ -1,8 +1,6 @@
|
||||
include $(SUBDIR)../config.mak
|
||||
|
||||
NAME = avfilter
|
||||
EBUR128LIBS-$(CONFIG_SWRESAMPLE) = swresample
|
||||
FFLIBS-$(CONFIG_EBUR128_FILTER) += $(EBUR128LIBS-yes)
|
||||
|
||||
HEADERS = asrc_abuffer.h \
|
||||
avcodec.h \
|
||||
|
Loading…
Reference in New Issue
Block a user