configure: add missing library deps for showcqt_filter

Signed-off-by: James Almer <jamrial@gmail.com>
pull/172/head
James Almer 9 years ago
parent 4f9314ed58
commit 8bbb972350
  1. 1
      configure

1
configure vendored

@ -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"

Loading…
Cancel
Save