mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-04 06:02:12 +00:00
configure: afir filter no longer depends on rdft from avcodec
This commit is contained in:
parent
f14dbb4bf5
commit
cfe6df99fa
3
configure
vendored
3
configure
vendored
@ -3605,8 +3605,6 @@ libzmq_protocol_deps="libzmq"
|
|||||||
libzmq_protocol_select="network"
|
libzmq_protocol_select="network"
|
||||||
|
|
||||||
# filters
|
# filters
|
||||||
afir_filter_deps="avcodec"
|
|
||||||
afir_filter_select="rdft"
|
|
||||||
ametadata_filter_deps="avformat"
|
ametadata_filter_deps="avformat"
|
||||||
amovie_filter_deps="avcodec avformat"
|
amovie_filter_deps="avcodec avformat"
|
||||||
aresample_filter_deps="swresample"
|
aresample_filter_deps="swresample"
|
||||||
@ -7387,7 +7385,6 @@ done
|
|||||||
enabled zlib && add_cppflags -DZLIB_CONST
|
enabled zlib && add_cppflags -DZLIB_CONST
|
||||||
|
|
||||||
# conditional library dependencies, in any order
|
# conditional library dependencies, in any order
|
||||||
enabled afir_filter && prepend avfilter_deps "avcodec"
|
|
||||||
enabled amovie_filter && prepend avfilter_deps "avformat avcodec"
|
enabled amovie_filter && prepend avfilter_deps "avformat avcodec"
|
||||||
enabled aresample_filter && prepend avfilter_deps "swresample"
|
enabled aresample_filter && prepend avfilter_deps "swresample"
|
||||||
enabled atempo_filter && prepend avfilter_deps "avcodec"
|
enabled atempo_filter && prepend avfilter_deps "avcodec"
|
||||||
|
Loading…
Reference in New Issue
Block a user