diff options
author | Arwa Arif <arwaarif1994@gmail.com> | 2015-02-24 12:17:30 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-07 13:07:10 +0100 |
commit | 48b5be65aedbc4ae12b3a0c32ed5d86a12dd039a (patch) | |
tree | aa9688c9f30605f8e9781af8748ac5fd310b7349 /libavfilter/Makefile | |
parent | 3499a1c0a91c8bc81556d837c87bf991ef6657c1 (diff) | |
download | ffmpeg-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/Makefile | 1 |
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 |