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-13.1+rpi1^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2ba1c3fa84139af85b80f7f1d1362d19a33c9d97;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