From: Jochen Sprickerhof Date: Mon, 8 Aug 2022 19:10:13 +0000 (+0200) Subject: Add missing header for LIBAVCODEC_VERSION_INT X-Git-Tag: archive/raspbian/4.6.0+dfsg-10+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=16120ba6b23cbc98fd138e4f06581a76cad281d5;p=opencv.git Add missing header for LIBAVCODEC_VERSION_INT Gbp-Pq: Name 0004-Add-missing-header-for-LIBAVCODEC_VERSION_INT.patch --- 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