[FFmpeg-cvslog] configure: fix alignment of conditional lib dependencies
Gyan Doshi
git at videolan.org
Thu Jun 27 13:17:46 EEST 2024
ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Fri Jun 21 16:34:26 2024 +0530| [9a3bc59a383d10ba414aed1f7d4ce692693f4fdd] | committer: Gyan Doshi
configure: fix alignment of conditional lib dependencies
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a3bc59a383d10ba414aed1f7d4ce692693f4fdd
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 03931b74dd..7685c95fbb 100755
--- a/configure
+++ b/configure
@@ -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"
More information about the ffmpeg-cvslog
mailing list