1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

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.
This commit is contained in:
Matthias C. M. Troffaes 2021-05-04 13:27:12 +01:00 committed by Guo, Yejun
parent 26d3fe1a52
commit ed409b8088

2
configure vendored
View File

@ -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"