summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2014-06-05 11:42:38 +0700
committerMichael Niedermayer <michaelni@gmx.at>2014-06-05 14:04:01 +0200
commit40e938a7edf44d395a216f2b0ad813e305e95466 (patch)
tree2e13a0c702c1e05b646160252a26526587db8a84 /libavfilter/Makefile
parentda53de07306a301830b234a38bc103c6af9ded7c (diff)
avfilter: new multimedia filter avf_showcqt.c
this filter is the same as showspectrum but with constant Q transform, so frequency is spaced logarithmically
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index f981dfac06..8ba0312b32 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -224,6 +224,7 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_uspp.o
# multimedia filters
OBJS-$(CONFIG_AVECTORSCOPE_FILTER) += avf_avectorscope.o
OBJS-$(CONFIG_CONCAT_FILTER) += avf_concat.o
+OBJS-$(CONFIG_SHOWCQT_FILTER) += avf_showcqt.o
OBJS-$(CONFIG_SHOWSPECTRUM_FILTER) += avf_showspectrum.o
OBJS-$(CONFIG_SHOWWAVES_FILTER) += avf_showwaves.o