From f891e9e679928e85235acc9fdf4122554d0cec4f Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Mon, 8 Aug 2022 21:10:13 +0200 Subject: [PATCH] Add missing header for LIBAVCODEC_VERSION_INT Gbp-Pq: Name 0004-Add-missing-header-for-LIBAVCODEC_VERSION_INT.patch --- modules/videoio/src/ffmpeg_codecs.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/videoio/src/ffmpeg_codecs.hpp b/modules/videoio/src/ffmpeg_codecs.hpp index 61788e0..faad259 100644 --- a/modules/videoio/src/ffmpeg_codecs.hpp +++ b/modules/videoio/src/ffmpeg_codecs.hpp @@ -60,6 +60,7 @@ extern "C" { #include #endif +#include #include #ifdef __cplusplus -- 2.30.2