diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-12-14 22:41:52 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-12-14 22:41:52 +0100 |
commit | e8586ecb86f461aa7194e6882e699a336d92d2a1 (patch) | |
tree | 1ecb18d7acb7f0f3412d583cf9dbfcd3aa6243a1 /configure | |
parent | 2f12172d670996ff8f18b80ebdee7d0a8c230ac3 (diff) | |
download | ffmpeg-e8586ecb86f461aa7194e6882e699a336d92d2a1.tar.gz |
configure: add conditional library dependency for sofalizer and showfreqs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6020,6 +6020,8 @@ enabled resample_filter && prepend avfilter_deps "avresample" enabled sab_filter && prepend avfilter_deps "swscale" enabled scale_filter && prepend avfilter_deps "swscale" enabled scale2ref_filter && prepend avfilter_deps "swscale" +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 subtitles_filter && prepend avfilter_deps "avformat avcodec" |