View | Details | Raw Unified | Return to bug 271120 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/opencv/files/patch-modules_videoio_src_ffmpeg_codecs.hpp (+10 lines)
Added Link Here
1
--- modules/videoio/src/ffmpeg_codecs.hpp.orig	2022-06-05 10:32:44.000000000 -0500
2
+++ modules/videoio/src/ffmpeg_codecs.hpp	2023-04-28 08:26:11.929206000 -0500
3
@@ -60,6 +60,7 @@ extern "C" {
4
 #include <errno.h>
5
 #endif
6
 
7
+#include <libavcodec/version.h>
8
 #include <libavformat/avformat.h>
9
 
10
 #ifdef __cplusplus

Return to bug 271120