On Thu, May 6, 2021 at 3:54 AM Guo, Yejun wrote:
> thanks for the catch, the native backend uses AVIOContext to load model
> from file. Will push this patch soon.
You're welcome. Thanks for accepting!
Kind regards,
Matthias
___
ffmpeg-devel mailing lis
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Matthias C. M. Troffaes
> Sent: 2021年5月4日 20:27
> To: ffmpeg-devel@ffmpeg.org
> Cc: Matthias C. M. Troffaes
> Subject: [FFmpeg-devel] [PATCH 2/2] configure: dnn needs avformat
>
> The s
The source file "libavfilter/dnn/dnn_backend_native.h" includes
"libavformat/avio.h", so avformat needs to be declared as a dependency.
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 9e45c0822c..8725a94f8a 100755
--- a/configure
+++ b/