Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-08-04 10:35:06 +0300
committerPaul B Mahol <onemda@gmail.com>2021-08-04 10:35:06 +0300
commita428d2a4871e9523bc3b59fdd1633ae7edfa9e24 (patch)
tree9fb65b846e485e26333d395cce407718dbd1d2e0 /configure
parent6e66e2c321b3247b81b6f8a0540d20958f570b6d (diff)
avfilter/af_afftfilt: switch to TX FFT from avutil
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 94b30afe74..5c4ca62fb4 100755
--- a/configure
+++ b/configure
@@ -3542,8 +3542,6 @@ libzmq_protocol_deps="libzmq"
libzmq_protocol_select="network"
# filters
-afftfilt_filter_deps="avcodec"
-afftfilt_filter_select="fft"
afir_filter_deps="avcodec"
afir_filter_select="rdft"
ametadata_filter_deps="avformat"
@@ -7256,7 +7254,6 @@ done
enabled zlib && add_cppflags -DZLIB_CONST
# conditional library dependencies, in any order
-enabled afftfilt_filter && prepend avfilter_deps "avcodec"
enabled afir_filter && prepend avfilter_deps "avcodec"
enabled amovie_filter && prepend avfilter_deps "avformat avcodec"
enabled aresample_filter && prepend avfilter_deps "swresample"