summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2015-10-30 23:35:02 +0700
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-30 22:45:46 +0100
commit306808f10fe8d8f20ee2d49311befd82a6295010 (patch)
treece17e33f7fc178c9ee85f109f63f46a69be6ec29 /configure
parentd9611864c2b7acbab97b7d54024494e721ccc171 (diff)
avfilter/showcqt: fix dependency with avformat
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3f0ef0d487..95790f4a63 100755
--- a/configure
+++ b/configure
@@ -2832,7 +2832,7 @@ scale_filter_deps="swscale"
scale2ref_filter_deps="swscale"
select_filter_select="pixelutils"
smartblur_filter_deps="gpl swscale"
-showcqt_filter_deps="avcodec swscale"
+showcqt_filter_deps="avcodec avformat swscale"
showcqt_filter_select="fft"
showfreqs_filter_deps="avcodec"
showfreqs_filter_select="fft"