aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-01-21 00:49:02 -0300
committerJames Almer <jamrial@gmail.com>2016-01-21 00:49:02 -0300
commit8bbb9723508b0fdee7f25dc4007f90b79928a8bc (patch)
tree3b11f42aa3c49b7a7a06c189de0005653f010a65
parent4f9314ed58358181caf3ce9a78b958c45dda5080 (diff)
downloadffmpeg-8bbb9723508b0fdee7f25dc4007f90b79928a8bc.tar.gz
configure: add missing library deps for showcqt_filter
Signed-off-by: James Almer <jamrial@gmail.com>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a86a1cfb01..04d83ebcca 100755
--- a/configure
+++ b/configure
@@ -6084,6 +6084,7 @@ 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 showcqt_filter && prepend avfilter_deps "avformat avcodec swscale"
enabled showfreqs_filter && prepend avfilter_deps "avcodec"
enabled showspectrum_filter && prepend avfilter_deps "avcodec"
enabled smartblur_filter && prepend avfilter_deps "swscale"