summaryrefslogtreecommitdiff
path: root/media-video/webcamoid/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
commit185fa19bbf68a4d4dca534d2b46729207a177f16 (patch)
treea8a537b82fda83a0799c2ca9887f212558363aa7 /media-video/webcamoid/files
parentc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (diff)
gentoo resync : 11.05.2021
Diffstat (limited to 'media-video/webcamoid/files')
-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"