ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Fri Sep 14 21:17:04 
2018 -0300| [6304268e398a9fa9d0d503536b177346d935917d] | committer: James Almer

configure: add missing avcodec dependency to avfilter when bm3d filter is 
enabled

Signed-off-by: James Almer <jamr...@gmail.com>

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

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 3f3828473f..771d9015b3 100755
--- a/configure
+++ b/configure
@@ -6866,6 +6866,7 @@ enabled afir_filter         && prepend avfilter_deps 
"avcodec"
 enabled amovie_filter       && prepend avfilter_deps "avformat avcodec"
 enabled aresample_filter    && prepend avfilter_deps "swresample"
 enabled atempo_filter       && prepend avfilter_deps "avcodec"
+enabled bm3d_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"

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to