aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwa Arif <arwaarif1994@gmail.com>2015-03-09 09:05:35 +0530
committerMichael Niedermayer <michaelni@gmx.at>2015-03-13 13:04:31 +0100
commitec684aa58ad95cc51bfbe9279aaa8e278fa2eefb (patch)
treee1a253fc8fe3579bbf252aea36eb4a67cfcd137d
parenta613dd627cee6de5f37222f227e214a32b702412 (diff)
downloadffmpeg-ec684aa58ad95cc51bfbe9279aaa8e278fa2eefb.tar.gz
Add dependencies to configure file for vf_fftfilt
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit b4ec6afd3d374f7e38da597924adc28680fe89af) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index d2044fb3a1..e4c1c2478c 100755
--- a/configure
+++ b/configure
@@ -2596,6 +2596,8 @@ deshake_filter_select="pixelutils"
drawtext_filter_deps="libfreetype"
ebur128_filter_deps="gpl"
eq_filter_deps="gpl"
+fftfilt_filter_deps="avcodec"
+fftfilt_filter_select="rdft"
flite_filter_deps="libflite"
frei0r_filter_deps="frei0r dlopen"
frei0r_src_filter_deps="frei0r dlopen"
@@ -5457,6 +5459,7 @@ enabled asyncts_filter && prepend avfilter_deps "avresample"
enabled atempo_filter && prepend avfilter_deps "avcodec"
enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample"
enabled elbg_filter && prepend avfilter_deps "avcodec"
+enabled fftfilt_filter && prepend avfilter_deps "avcodec"
enabled mcdeint_filter && prepend avfilter_deps "avcodec"
enabled movie_filter && prepend avfilter_deps "avformat avcodec"
enabled pan_filter && prepend avfilter_deps "swresample"