summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-11-05 13:33:32 +0100
committerPaul B Mahol <onemda@gmail.com>2020-11-10 15:25:18 +0100
commitee4a04654014e24f47f5a31265fb3bde6fad8ce6 (patch)
tree231f1ea2a94cf6370cf307a6b2e00ed0e82787b6 /configure
parent7e8306dd2da54fa499ea79a74f0ba81507e6c9d4 (diff)
avfilter/af_asoftclip: add oversampling support
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 8a9e9b3cd7..2f02d7f5c8 100755
--- a/configure
+++ b/configure
@@ -3501,6 +3501,7 @@ afir_filter_deps="avcodec"
afir_filter_select="rdft"
amovie_filter_deps="avcodec avformat"
aresample_filter_deps="swresample"
+asoftclip_filter_deps="swresample"
asr_filter_deps="pocketsphinx"
ass_filter_deps="libass"
atempo_filter_deps="avcodec"