]> git.sesse.net Git - ffmpeg/commitdiff
configure: prepend avfilter_deps for *_rect filters
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 2 May 2015 23:42:51 +0000 (01:42 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 2 May 2015 23:42:51 +0000 (01:42 +0200)
Found-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
configure

index 375ca67fa60133f40460ff4b55360efa88e12858..d3f23c83aaff1cd0411849a35deec445b67a1bbc 100755 (executable)
--- a/configure
+++ b/configure
@@ -5600,9 +5600,11 @@ enabled amovie_filter       && prepend avfilter_deps "avformat avcodec"
 enabled aresample_filter    && prepend avfilter_deps "swresample"
 enabled asyncts_filter      && prepend avfilter_deps "avresample"
 enabled atempo_filter       && prepend avfilter_deps "avcodec"
+enabled cover_rect_filter   && prepend avfilter_deps "avformat 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 find_rect_filter    && prepend avfilter_deps "avformat avcodec"
 enabled mcdeint_filter      && prepend avfilter_deps "avcodec"
 enabled movie_filter    && prepend avfilter_deps "avformat avcodec"
 enabled pan_filter          && prepend avfilter_deps "swresample"