diff options
author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-05-04 13:27:12 +0100 |
---|---|---|
committer | Guo, Yejun <yejun.guo@intel.com> | 2021-05-06 10:33:58 +0800 |
commit | ed409b8088e47c932dcb53edca2d6554348691ba (patch) | |
tree | 465fea02c4dc295d1d6dfa2e5ed2b88e20d30df5 | |
parent | 26d3fe1a525b10cc0ea186de1e432f748287e755 (diff) | |
download | ffmpeg-ed409b8088e47c932dcb53edca2d6554348691ba.tar.gz |
configure: dnn needs avformat
The source file "libavfilter/dnn/dnn_backend_native.h" includes
"libavformat/avio.h", so avformat needs to be declared as a dependency.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2660,7 +2660,7 @@ cbs_vp9_select="cbs" dct_select="rdft" dirac_parse_select="golomb" dnn_suggest="libtensorflow libopenvino" -dnn_deps="swscale" +dnn_deps="avformat swscale" error_resilience_select="me_cmp" faandct_deps="faan" faandct_select="fdctdsp" |