[FFmpeg-cvslog] configure: Remove unnecessary vf_spp->fft dependency
Andreas Rheinhardt
git at videolan.org
Fri Sep 29 03:03:45 EEST 2023
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Sep 28 18:28:55 2023 +0200| [12e9c68bbd16e8a9bcdc92da9f612753238fc361] | committer: Andreas Rheinhardt
configure: Remove unnecessary vf_spp->fft dependency
The AVDCT API used by this filter does in no way depend
upon the FFT subsystem.
Reviewed-by: Lynne <dev at lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12e9c68bbd16e8a9bcdc92da9f612753238fc361
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index dd52915cbc..20db1801ed 100755
--- a/configure
+++ b/configure
@@ -3809,7 +3809,7 @@ smartblur_filter_deps="gpl swscale"
sobel_opencl_filter_deps="opencl"
sofalizer_filter_deps="libmysofa"
spp_filter_deps="gpl avcodec"
-spp_filter_select="fft idctdsp fdctdsp me_cmp pixblockdsp"
+spp_filter_select="idctdsp fdctdsp me_cmp pixblockdsp"
sr_filter_deps="avformat swscale"
sr_filter_select="dnn"
stereo3d_filter_deps="gpl"
More information about the ffmpeg-cvslog
mailing list