[FFmpeg-cvslog] configure: add missing avcodec dep to avfilter for de/convolve filters
James Almer
git at videolan.org
Wed Dec 27 20:39:16 EET 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Dec 27 15:38:13 2017 -0300| [efb63e4316c20093d03e51659a60804382eb867c] | committer: James Almer
configure: add missing avcodec dep to avfilter for de/convolve filters
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=efb63e4316c20093d03e51659a60804382eb867c
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index 89f6331d00..70de780f82 100755
--- a/configure
+++ b/configure
@@ -6611,6 +6611,8 @@ enabled amovie_filter && prepend avfilter_deps "avformat avcodec"
enabled aresample_filter && prepend avfilter_deps "swresample"
enabled atempo_filter && prepend avfilter_deps "avcodec"
enabled cover_rect_filter && prepend avfilter_deps "avformat avcodec"
+enabled convolve_filter && prepend avfilter_deps "avcodec"
+enabled deconvolve_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"
More information about the ffmpeg-cvslog
mailing list