aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorArwa Arif <arwaarif1994@gmail.com>2015-02-24 12:17:30 +0530
committerMichael Niedermayer <michaelni@gmx.at>2015-03-07 13:07:10 +0100
commit48b5be65aedbc4ae12b3a0c32ed5d86a12dd039a (patch)
treeaa9688c9f30605f8e9781af8748ac5fd310b7349 /libavfilter/Makefile
parent3499a1c0a91c8bc81556d837c87bf991ef6657c1 (diff)
downloadffmpeg-48b5be65aedbc4ae12b3a0c32ed5d86a12dd039a.tar.gz
avfilter: Add FFT domain filter.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 289c63b95d..b184f07ff5 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -120,6 +120,7 @@ OBJS-$(CONFIG_EDGEDETECT_FILTER) += vf_edgedetect.o
OBJS-$(CONFIG_EQ_FILTER) += vf_eq.o
OBJS-$(CONFIG_EXTRACTPLANES_FILTER) += vf_extractplanes.o
OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o
+OBJS-$(CONFIG_FFTFILT_FILTER) += vf_fftfilt.o
OBJS-$(CONFIG_FIELD_FILTER) += vf_field.o
OBJS-$(CONFIG_FIELDMATCH_FILTER) += vf_fieldmatch.o
OBJS-$(CONFIG_FIELDORDER_FILTER) += vf_fieldorder.o