summaryrefslogtreecommitdiff
path: root/media-video/webcamoid/files/webcamoid-8.7.1-gcc11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/webcamoid/files/webcamoid-8.7.1-gcc11.patch')
-rw-r--r--media-video/webcamoid/files/webcamoid-8.7.1-gcc11.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/webcamoid/files/webcamoid-8.7.1-gcc11.patch b/media-video/webcamoid/files/webcamoid-8.7.1-gcc11.patch
new file mode 100644
index 000000000000..d228210a19ee
--- /dev/null
+++ b/media-video/webcamoid/files/webcamoid-8.7.1-gcc11.patch
@@ -0,0 +1,12 @@
+diff --git a/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/image/videoformat.cpp b/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/image/videoformat.cpp
+index 2a32732..5175d1d 100644
+--- a/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/image/videoformat.cpp
++++ b/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/image/videoformat.cpp
+@@ -19,6 +19,7 @@
+
+ #include <map>
+ #include <algorithm>
++#include <limits>
+
+ #include "videoformat.h"
+ #include "../utils.h"