mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
configure: add missing avcodec dep to avfilter for de/convolve filters
This commit is contained in:
parent
aff1678477
commit
efb63e4316
2
configure
vendored
2
configure
vendored
@ -6611,6 +6611,8 @@ 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"
|
||||||
enabled cover_rect_filter && prepend avfilter_deps "avformat avcodec"
|
enabled cover_rect_filter && prepend avfilter_deps "avformat avcodec"
|
||||||
|
enabled convolve_filter && prepend avfilter_deps "avcodec"
|
||||||
|
enabled deconvolve_filter && prepend avfilter_deps "avcodec"
|
||||||
enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample"
|
enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample"
|
||||||
enabled elbg_filter && prepend avfilter_deps "avcodec"
|
enabled elbg_filter && prepend avfilter_deps "avcodec"
|
||||||
enabled fftfilt_filter && prepend avfilter_deps "avcodec"
|
enabled fftfilt_filter && prepend avfilter_deps "avcodec"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user