[FFmpeg-cvslog] configure: fix assignment of dep libs for QR-code filters
Gyan Doshi
git at videolan.org
Thu Jun 27 13:17:44 EEST 2024
ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Fri Jun 21 16:32:34 2024 +0530| [27284b780087f9217f628a440e977f207b8b2885] | committer: Gyan Doshi
configure: fix assignment of dep libs for QR-code filters
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=27284b780087f9217f628a440e977f207b8b2885
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 55676f742a..03931b74dd 100755
--- a/configure
+++ b/configure
@@ -7773,8 +7773,8 @@ enabled mcdeint_filter && prepend avfilter_deps "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 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"
More information about the ffmpeg-cvslog
mailing list