[FFmpeg-cvslog] configure: prepend avfilter_deps for *_rect filters
Michael Niedermayer
git at videolan.org
Sun May 3 01:53:11 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun May 3 01:42:51 2015 +0200| [c8b4ffdf554bfc99875b29044697554580a02d6d] | committer: Michael Niedermayer
configure: prepend avfilter_deps for *_rect filters
Found-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8b4ffdf554bfc99875b29044697554580a02d6d
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index 375ca67..d3f23c8 100755
--- 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"
More information about the ffmpeg-cvslog
mailing list