diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-02-06 12:22:40 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-02-12 12:45:43 +0100 |
commit | 800dfd2eacdd6ae0a6e459696ebd5e0f464e8bad (patch) | |
tree | 7a9e60ae82189bf3aa4c069ea3da657458a5565b /configure | |
parent | e8f439631f8cb87a214946842962f82c5b91acb9 (diff) | |
download | ffmpeg-800dfd2eacdd6ae0a6e459696ebd5e0f464e8bad.tar.gz |
avfilter/af_atempo: switch to rdft from lavu/tx
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3610,8 +3610,6 @@ amovie_filter_deps="avcodec avformat" aresample_filter_deps="swresample" asr_filter_deps="pocketsphinx" ass_filter_deps="libass" -atempo_filter_deps="avcodec" -atempo_filter_select="rdft" avgblur_opencl_filter_deps="opencl" avgblur_vulkan_filter_deps="vulkan spirv_compiler" azmq_filter_deps="libzmq" @@ -7386,7 +7384,6 @@ enabled zlib && add_cppflags -DZLIB_CONST # conditional library dependencies, in any order enabled amovie_filter && prepend avfilter_deps "avformat avcodec" enabled aresample_filter && prepend avfilter_deps "swresample" -enabled atempo_filter && prepend avfilter_deps "avcodec" enabled bm3d_filter && prepend avfilter_deps "avcodec" enabled cover_rect_filter && prepend avfilter_deps "avformat avcodec" enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample" |