summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-12-20 09:50:35 +0100
committerPaul B Mahol <onemda@gmail.com>2015-12-25 14:22:28 +0100
commit56c7d2b4dad383eb5dd6243a12c98ef65a52a19c (patch)
treea5862e8a5ce62d43cadc21496fbdd2d61bd1b8d6 /configure
parent80508178e14f6aff2c86ab7762a82794a108eec4 (diff)
avfilter: add high-order parametric multiband equalizer filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 455449a71e..73abf282f6 100755
--- a/configure
+++ b/configure
@@ -2841,6 +2841,7 @@ unix_protocol_select="network"
# filters
amovie_filter_deps="avcodec avformat"
+anequalizer_filter_deps="cabs cexp"
aresample_filter_deps="swresample"
ass_filter_deps="libass"
asyncts_filter_deps="avresample"