diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-08-04 10:00:24 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-08-04 10:04:58 +0200 |
commit | b3117f376d1c50b3c39befe27cbba12d5c0f80da (patch) | |
tree | 9d97e08d3213eb07d48c9d76a44383cef941ab12 /configure | |
parent | a428d2a4871e9523bc3b59fdd1633ae7edfa9e24 (diff) | |
download | ffmpeg-b3117f376d1c50b3c39befe27cbba12d5c0f80da.tar.gz |
avfilter/vaf_spectrumsynth: switch to TX FFT from avutil
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3660,8 +3660,6 @@ sinc_filter_select="rdft" smartblur_filter_deps="gpl swscale" sobel_opencl_filter_deps="opencl" sofalizer_filter_deps="libmysofa" -spectrumsynth_filter_deps="avcodec" -spectrumsynth_filter_select="fft" spp_filter_deps="gpl avcodec" spp_filter_select="fft idctdsp fdctdsp me_cmp pixblockdsp" sr_filter_deps="avformat swscale" @@ -7278,7 +7276,6 @@ enabled scale2ref_filter && prepend avfilter_deps "swscale" enabled showcqt_filter && prepend avfilter_deps "avformat swscale" enabled signature_filter && prepend avfilter_deps "avcodec avformat" enabled smartblur_filter && prepend avfilter_deps "swscale" -enabled spectrumsynth_filter && prepend avfilter_deps "avcodec" enabled spp_filter && prepend avfilter_deps "avcodec" enabled sr_filter && prepend avfilter_deps "avformat swscale" enabled subtitles_filter && prepend avfilter_deps "avformat avcodec" |