summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-12-14 22:41:52 +0100
committerPaul B Mahol <onemda@gmail.com>2015-12-14 22:41:52 +0100
commite8586ecb86f461aa7194e6882e699a336d92d2a1 (patch)
tree1ecb18d7acb7f0f3412d583cf9dbfcd3aa6243a1 /configure
parent2f12172d670996ff8f18b80ebdee7d0a8c230ac3 (diff)
configure: add conditional library dependency for sofalizer and showfreqs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 04deb2ac80..4ada587255 100755
--- a/configure
+++ b/configure
@@ -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"