diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2024-06-21 16:16:26 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2024-06-27 15:12:35 +0530 |
commit | 9a3bc59a383d10ba414aed1f7d4ce692693f4fdd (patch) | |
tree | 6afc77ac3c9c09bc715e5e1c4f25f798597ebad8 | |
parent | 27284b780087f9217f628a440e977f207b8b2885 (diff) | |
download | ffmpeg-9a3bc59a383d10ba414aed1f7d4ce692693f4fdd.tar.gz |
configure: fix alignment of conditional lib dependencies
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |