[FFmpeg-cvslog] configure: fix build issue of vf_dnn_processing.c when --disable-swscale

Guo, Yejun git at videolan.org
Fri Apr 3 05:44:25 EEST 2020


ffmpeg | branch: master | Guo, Yejun <yejun.guo at intel.com> | Thu Apr  2 11:18:08 2020 +0800| [e1488700a25f59c3bd7ec709a48cfc69c3debd1b] | committer: Guo, Yejun

configure: fix build issue of vf_dnn_processing.c when --disable-swscale

vf_dnn_processing.c recently changed to use swscale to trasfer data
between AVFrame and dnn model.

Signed-off-by: Guo, Yejun <yejun.guo at intel.com>
Signed-off-by: Linjie Fu <linjie.fu at intel.com>

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

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

diff --git a/configure b/configure
index 251b6a977a..5fe9950e20 100755
--- a/configure
+++ b/configure
@@ -3498,6 +3498,7 @@ derain_filter_select="dnn"
 deshake_filter_select="pixelutils"
 deshake_opencl_filter_deps="opencl"
 dilation_opencl_filter_deps="opencl"
+dnn_processing_filter_deps="swscale"
 dnn_processing_filter_select="dnn"
 drawtext_filter_deps="libfreetype"
 drawtext_filter_suggest="libfontconfig libfribidi"



More information about the ffmpeg-cvslog mailing list