diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-02-14 15:21:49 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-02-14 17:52:09 +0100 |
commit | 8e825ec3ab09d877f12dcf05d76902a8bb9c8b11 (patch) | |
tree | 968870c874356951062d37adc55703354bb92454 /configure | |
parent | e26a0afabd8b5e1516071a08ebe3c1c1b467570b (diff) | |
download | ffmpeg-8e825ec3ab09d877f12dcf05d76902a8bb9c8b11.tar.gz |
avfilter/vf_fftfilt: switch to rdft from lavu/tx
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3645,8 +3645,6 @@ drawtext_filter_suggest="libfontconfig libfribidi" elbg_filter_deps="avcodec" eq_filter_deps="gpl" erosion_opencl_filter_deps="opencl" -fftfilt_filter_deps="avcodec" -fftfilt_filter_select="rdft" find_rect_filter_deps="avcodec avformat gpl" firequalizer_filter_deps="avcodec" firequalizer_filter_select="rdft" @@ -7385,7 +7383,6 @@ 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" enabled elbg_filter && prepend avfilter_deps "avcodec" -enabled fftfilt_filter && prepend avfilter_deps "avcodec" enabled find_rect_filter && prepend avfilter_deps "avformat avcodec" enabled firequalizer_filter && prepend avfilter_deps "avcodec" enabled mcdeint_filter && prepend avfilter_deps "avcodec" |