[FFmpeg-cvslog] avfilter/showcqt: fix dependency with avformat
Muhammad Faiz
git at videolan.org
Fri Oct 30 23:03:18 CET 2015
ffmpeg | branch: master | Muhammad Faiz <mfcc64 at gmail.com> | Fri Oct 30 23:35:02 2015 +0700| [306808f10fe8d8f20ee2d49311befd82a6295010] | committer: Michael Niedermayer
avfilter/showcqt: fix dependency with avformat
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=306808f10fe8d8f20ee2d49311befd82a6295010
---
configure | 2 +-
libavfilter/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 3f0ef0d..95790f4 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"
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index c5819d4..1b23085 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 lswsutils.o
+OBJS-$(CONFIG_SHOWCQT_FILTER) += avf_showcqt.o lswsutils.o lavfutils.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