Skip to content
Snippets Groups Projects
Commit 0f50bd0e authored by Dmitry Shachnev's avatar Dmitry Shachnev :penguin:
Browse files

Add a patch to fix webrtc build error with GCC 10.

Closes: #957734.
parent f3e3f579
No related branches found
No related tags found
No related merge requests found
qtwebengine-opensource-src (5.14.2+dfsg1-4) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* Add a patch to fix webrtc build error with GCC 10 (closes: #957734).
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 26 Jul 2020 21:00:36 +0300
......
Description: IWYU: uint32_t is defined in cstdint
Origin: upstream, https://webrtc.googlesource.com/src/+/03fade52dae73627
Last-Update: 2020-07-26
--- a/src/3rdparty/chromium/third_party/webrtc/call/rtx_receive_stream.h
+++ b/src/3rdparty/chromium/third_party/webrtc/call/rtx_receive_stream.h
@@ -11,6 +11,7 @@
#ifndef CALL_RTX_RECEIVE_STREAM_H_
#define CALL_RTX_RECEIVE_STREAM_H_
+#include <cstdint>
#include <map>
#include "call/rtp_packet_sink_interface.h"
......@@ -10,3 +10,4 @@ mipsel-no-v8-embedded-builtins.patch
mipsel-link-atomic.patch
icu-67.patch
openh264-picasm.patch
gcc-10.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment