This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new 576d5aaf5d configure: Remove vf_spp->me_cmp dependency
576d5aaf5d is described below
commit 576d5aaf5dd9a6711e5edb3ec94911cb297103da
Author: Andreas Rheinhardt <[email protected]>
AuthorDate: Fri Feb 27 15:11:13 2026 +0100
Commit: Andreas Rheinhardt <[email protected]>
CommitDate: Mon Mar 2 21:53:48 2026 +0100
configure: Remove vf_spp->me_cmp dependency
It is not used for anything. In fact, me_cmp is not exported at all.
Signed-off-by: Andreas Rheinhardt <[email protected]>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 16f82cdf07..bae8ac3615 100755
--- a/configure
+++ b/configure
@@ -4198,7 +4198,7 @@ smartblur_filter_deps="gpl swscale"
sobel_opencl_filter_deps="opencl"
sofalizer_filter_deps="libmysofa"
spp_filter_deps="gpl avcodec"
-spp_filter_select="idctdsp fdctdsp me_cmp pixblockdsp"
+spp_filter_select="idctdsp fdctdsp pixblockdsp"
sr_filter_deps="avformat swscale"
sr_filter_select="dnn"
stereo3d_filter_deps="gpl"
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]