From efb63e4316c20093d03e51659a60804382eb867c Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 27 Dec 2017 15:38:13 -0300 Subject: [PATCH] configure: add missing avcodec dep to avfilter for de/convolve filters --- 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"