Commit b4ec6afd authored by Arwa Arif's avatar Arwa Arif Committed by Michael Niedermayer

Add dependencies to configure file for vf_fftfilt

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4c91d81b
...@@ -2596,6 +2596,8 @@ deshake_filter_select="pixelutils" ...@@ -2596,6 +2596,8 @@ deshake_filter_select="pixelutils"
drawtext_filter_deps="libfreetype" drawtext_filter_deps="libfreetype"
ebur128_filter_deps="gpl" ebur128_filter_deps="gpl"
eq_filter_deps="gpl" eq_filter_deps="gpl"
fftfilt_filter_deps="avcodec"
fftfilt_filter_select="rdft"
flite_filter_deps="libflite" flite_filter_deps="libflite"
frei0r_filter_deps="frei0r dlopen" frei0r_filter_deps="frei0r dlopen"
frei0r_src_filter_deps="frei0r dlopen" frei0r_src_filter_deps="frei0r dlopen"
...@@ -5461,6 +5463,7 @@ enabled asyncts_filter && prepend avfilter_deps "avresample" ...@@ -5461,6 +5463,7 @@ enabled asyncts_filter && prepend avfilter_deps "avresample"
enabled atempo_filter && prepend avfilter_deps "avcodec" enabled atempo_filter && prepend avfilter_deps "avcodec"
enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample" enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample"
enabled elbg_filter && prepend avfilter_deps "avcodec" enabled elbg_filter && prepend avfilter_deps "avcodec"
enabled fftfilt_filter && prepend avfilter_deps "avcodec"
enabled mcdeint_filter && prepend avfilter_deps "avcodec" enabled mcdeint_filter && prepend avfilter_deps "avcodec"
enabled movie_filter && prepend avfilter_deps "avformat avcodec" enabled movie_filter && prepend avfilter_deps "avformat avcodec"
enabled pan_filter && prepend avfilter_deps "swresample" enabled pan_filter && prepend avfilter_deps "swresample"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment