diff options
author | James Almer <jamrial@gmail.com> | 2015-10-29 02:11:58 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-10-29 02:11:58 -0300 |
commit | fc460fe618478982829950f9a806ba29c6607517 (patch) | |
tree | 2bae4bba26ed8be195d9ebe513365286cf6552d1 /configure | |
parent | dd367495578d406ab6456fca7e2a0c4a5bc50b0a (diff) | |
download | ffmpeg-fc460fe618478982829950f9a806ba29c6607517.tar.gz |
avfilter/showcqt: fix compilation with libswscale disabled
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" +showcqt_filter_deps="avcodec swscale" showcqt_filter_select="fft" showfreqs_filter_deps="avcodec" showfreqs_filter_select="fft" |