diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-11-05 13:33:32 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-11-10 15:25:18 +0100 |
commit | ee4a04654014e24f47f5a31265fb3bde6fad8ce6 (patch) | |
tree | 231f1ea2a94cf6370cf307a6b2e00ed0e82787b6 /configure | |
parent | 7e8306dd2da54fa499ea79a74f0ba81507e6c9d4 (diff) | |
download | ffmpeg-ee4a04654014e24f47f5a31265fb3bde6fad8ce6.tar.gz |
avfilter/af_asoftclip: add oversampling support
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |