mirror of https://git.ffmpeg.org/ffmpeg.git
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@intel.com> Signed-off-by: Linjie Fu <linjie.fu@intel.com>
This commit is contained in:
parent
5b967f56b6
commit
e1488700a2
|
@ -3498,6 +3498,7 @@ derain_filter_select="dnn"
|
||||||
deshake_filter_select="pixelutils"
|
deshake_filter_select="pixelutils"
|
||||||
deshake_opencl_filter_deps="opencl"
|
deshake_opencl_filter_deps="opencl"
|
||||||
dilation_opencl_filter_deps="opencl"
|
dilation_opencl_filter_deps="opencl"
|
||||||
|
dnn_processing_filter_deps="swscale"
|
||||||
dnn_processing_filter_select="dnn"
|
dnn_processing_filter_select="dnn"
|
||||||
drawtext_filter_deps="libfreetype"
|
drawtext_filter_deps="libfreetype"
|
||||||
drawtext_filter_suggest="libfontconfig libfribidi"
|
drawtext_filter_suggest="libfontconfig libfribidi"
|
||||||
|
|
Loading…
Reference in New Issue