[FFmpeg-cvslog] avfilter/showcqt: fix compilation with libswscale disabled
James Almer
git at videolan.org
Thu Oct 29 06:13:07 CET 2015
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Oct 29 02:11:58 2015 -0300| [fc460fe618478982829950f9a806ba29c6607517] | committer: James Almer
avfilter/showcqt: fix compilation with libswscale disabled
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc460fe618478982829950f9a806ba29c6607517
---
configure | 2 +-
libavfilter/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 0cb04f0..3f0ef0d 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"
+showcqt_filter_deps="avcodec swscale"
showcqt_filter_select="fft"
showfreqs_filter_deps="avcodec"
showfreqs_filter_select="fft"
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index d229af4..c5819d4 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -272,7 +272,7 @@ OBJS-$(CONFIG_ADRAWGRAPH_FILTER) += f_drawgraph.o
OBJS-$(CONFIG_APHASEMETER_FILTER) += avf_aphasemeter.o
OBJS-$(CONFIG_AVECTORSCOPE_FILTER) += avf_avectorscope.o
OBJS-$(CONFIG_CONCAT_FILTER) += avf_concat.o
-OBJS-$(CONFIG_SHOWCQT_FILTER) += avf_showcqt.o
+OBJS-$(CONFIG_SHOWCQT_FILTER) += avf_showcqt.o lswsutils.o
OBJS-$(CONFIG_SHOWFREQS_FILTER) += avf_showfreqs.o
OBJS-$(CONFIG_SHOWSPECTRUM_FILTER) += avf_showspectrum.o
OBJS-$(CONFIG_SHOWVOLUME_FILTER) += avf_showvolume.o
More information about the ffmpeg-cvslog
mailing list