Add missing header for LIBAVCODEC_VERSION_INT
authorJochen Sprickerhof <jspricke@debian.org>
Mon, 8 Aug 2022 19:10:13 +0000 (21:10 +0200)
committerBenjamin Drung <bdrung@debian.org>
Thu, 29 Feb 2024 03:07:04 +0000 (03:07 +0000)
Gbp-Pq: Name 0004-Add-missing-header-for-LIBAVCODEC_VERSION_INT.patch

modules/videoio/src/ffmpeg_codecs.hpp

index 61788e0345a6ac940ef09393a420adbcdd201696..faad2596edc5403fb5e0807109d67c06f5b734b4 100644 (file)
@@ -60,6 +60,7 @@ extern "C" {
 #include <errno.h>
 #endif
 
+#include <libavcodec/version.h>
 #include <libavformat/avformat.h>
 
 #ifdef __cplusplus