[FFmpeg-cvslog] Add dependencies to configure file for vf_fftfilt

Arwa Arif git at videolan.org
Mon Mar 9 14:42:31 CET 2015


ffmpeg | branch: master | Arwa Arif <arwaarif1994 at gmail.com> | Mon Mar  9 09:23:35 2015 +0530| [b4ec6afd3d374f7e38da597924adc28680fe89af] | committer: Michael Niedermayer

Add dependencies to configure file for vf_fftfilt

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4ec6afd3d374f7e38da597924adc28680fe89af
---

 configure |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure b/configure
index 229d5c2..787ecd7 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"
@@ -5461,6 +5463,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"



More information about the ffmpeg-cvslog mailing list