mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
configure: prepend avfilter_deps for *_rect filters
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
40964e2e89
commit
c8b4ffdf55
2
configure
vendored
2
configure
vendored
@ -5600,9 +5600,11 @@ enabled amovie_filter && prepend avfilter_deps "avformat avcodec"
|
|||||||
enabled aresample_filter && prepend avfilter_deps "swresample"
|
enabled aresample_filter && prepend avfilter_deps "swresample"
|
||||||
enabled asyncts_filter && prepend avfilter_deps "avresample"
|
enabled asyncts_filter && prepend avfilter_deps "avresample"
|
||||||
enabled atempo_filter && prepend avfilter_deps "avcodec"
|
enabled atempo_filter && prepend avfilter_deps "avcodec"
|
||||||
|
enabled cover_rect_filter && prepend avfilter_deps "avformat 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"
|
||||||
|
enabled find_rect_filter && prepend avfilter_deps "avformat avcodec"
|
||||||
enabled mcdeint_filter && prepend avfilter_deps "avcodec"
|
enabled mcdeint_filter && prepend avfilter_deps "avcodec"
|
||||||
enabled movie_filter && prepend avfilter_deps "avformat avcodec"
|
enabled movie_filter && prepend avfilter_deps "avformat avcodec"
|
||||||
enabled pan_filter && prepend avfilter_deps "swresample"
|
enabled pan_filter && prepend avfilter_deps "swresample"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user