diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-01-10 14:48:12 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-01-14 20:51:20 +0100 |
commit | 653f9d84ae83188bc1dbef0546b7187841040dc8 (patch) | |
tree | efa70ad3be265411c6e16a7f85bd278bdc52cd72 /configure | |
parent | cc538e9dbd14b61d1ac8c9fa687d83289673fe90 (diff) | |
download | ffmpeg-653f9d84ae83188bc1dbef0546b7187841040dc8.tar.gz |
avfilter: add spectrumsynth filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2903,6 +2903,8 @@ showspectrumpic_filter_deps="avcodec" showspectrumpic_filter_select="fft" sofalizer_filter_deps="netcdf avcodec" sofalizer_filter_select="fft" +spectrumsynth_filter_deps="avcodec" +spectrumsynth_filter_select="fft" spp_filter_deps="gpl avcodec" spp_filter_select="fft idctdsp fdctdsp me_cmp pixblockdsp" stereo3d_filter_deps="gpl" @@ -6081,6 +6083,7 @@ enabled sofalizer_filter && prepend avfilter_deps "avcodec" enabled showfreqs_filter && prepend avfilter_deps "avcodec" enabled showspectrum_filter && prepend avfilter_deps "avcodec" enabled smartblur_filter && prepend avfilter_deps "swscale" +enabled spectrumsynth_filter && prepend avfilter_deps "avcodec" enabled subtitles_filter && prepend avfilter_deps "avformat avcodec" enabled uspp_filter && prepend avfilter_deps "avcodec" |