diff options
author | James Almer <jamrial@gmail.com> | 2016-01-21 00:49:02 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-01-21 00:49:02 -0300 |
commit | 8bbb9723508b0fdee7f25dc4007f90b79928a8bc (patch) | |
tree | 3b11f42aa3c49b7a7a06c189de0005653f010a65 | |
parent | 4f9314ed58358181caf3ce9a78b958c45dda5080 (diff) | |
download | ffmpeg-8bbb9723508b0fdee7f25dc4007f90b79928a8bc.tar.gz |
configure: add missing library deps for showcqt_filter
Signed-off-by: James Almer <jamrial@gmail.com>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |