summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGuo, Yejun <yejun.guo@intel.com>2020-04-02 11:18:08 +0800
committerGuo, Yejun <yejun.guo@intel.com>2020-04-03 10:31:23 +0800
commite1488700a25f59c3bd7ec709a48cfc69c3debd1b (patch)
tree35ee700d4dae271c76804cced0a8e61fb406161b /configure
parent5b967f56b6d85f62446836fc8ef64d0dcfcbda17 (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"