mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-05 06:13:43 +00:00
configure: fix alignment of conditional lib dependencies
This commit is contained in:
parent
27284b7800
commit
9a3bc59a38
4
configure
vendored
4
configure
vendored
@ -7770,14 +7770,14 @@ enabled elbg_filter && prepend avfilter_deps "avcodec"
|
||||
enabled find_rect_filter && prepend avfilter_deps "avformat avcodec"
|
||||
enabled fsync_filter && prepend avfilter_deps "avformat"
|
||||
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 pp_filter && prepend avfilter_deps "postproc"
|
||||
enabled qrencode_filter && prepend avfilter_deps "swscale"
|
||||
enabled qrencodesrc_filter && prepend avfilter_deps "swscale"
|
||||
enabled removelogo_filter && prepend avfilter_deps "avformat avcodec swscale"
|
||||
enabled sab_filter && prepend avfilter_deps "swscale"
|
||||
enabled scale_filter && prepend avfilter_deps "swscale"
|
||||
enabled scale_filter && prepend avfilter_deps "swscale"
|
||||
enabled scale2ref_filter && prepend avfilter_deps "swscale"
|
||||
enabled showcqt_filter && prepend avfilter_deps "avformat swscale"
|
||||
enabled signature_filter && prepend avfilter_deps "avcodec avformat"
|
||||
|
Loading…
Reference in New Issue
Block a user