summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-07-27 21:16:28 +0200
committerPaul B Mahol <onemda@gmail.com>2021-07-27 21:16:28 +0200
commit0068b3d0f0bc06b2b083eb729bf84f1a3196a2a9 (patch)
tree0da526a3d07486f53f77c1e2e049c0360becbe7a /configure
parent925d41ebd47bb21a55de4cc1668277076349ce0e (diff)
avfilter/avf_showcqt: switch to TX FFT from avutil
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index d0da55fbd0..b61a189b07 100755
--- a/configure
+++ b/configure
@@ -3652,9 +3652,8 @@ scale_qsv_filter_deps="libmfx"
scdet_filter_select="scene_sad"
select_filter_select="scene_sad"
sharpness_vaapi_filter_deps="vaapi"
-showcqt_filter_deps="avcodec avformat swscale"
+showcqt_filter_deps="avformat swscale"
showcqt_filter_suggest="libfontconfig libfreetype"
-showcqt_filter_select="fft"
showfreqs_filter_deps="avcodec"
showfreqs_filter_select="fft"
showspatial_filter_deps="avcodec"
@@ -7281,7 +7280,7 @@ enabled removelogo_filter && prepend avfilter_deps "avformat avcodec swscale"
enabled sab_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 avcodec swscale"
+enabled showcqt_filter && prepend avfilter_deps "avformat swscale"
enabled showfreqs_filter && prepend avfilter_deps "avcodec"
enabled signature_filter && prepend avfilter_deps "avcodec avformat"
enabled smartblur_filter && prepend avfilter_deps "swscale"