Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
qtwebengine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Qt and KDE Team
Qt5
qtwebengine
Commits
0f50bd0e
Commit
0f50bd0e
authored
4 years ago
by
Dmitry Shachnev
Browse files
Options
Downloads
Patches
Plain Diff
Add a patch to fix webrtc build error with GCC 10.
Closes: #957734.
parent
f3e3f579
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+2
-0
2 additions, 0 deletions
debian/changelog
debian/patches/gcc-10.patch
+14
-0
14 additions, 0 deletions
debian/patches/gcc-10.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
17 additions
and
0 deletions
debian/changelog
+
2
−
0
View file @
0f50bd0e
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
...
...
This diff is collapsed.
Click to expand it.
debian/patches/gcc-10.patch
0 → 100644
+
14
−
0
View file @
0f50bd0e
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"
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
0f50bd0e
...
...
@@ -10,3 +10,4 @@ mipsel-no-v8-embedded-builtins.patch
mipsel-link-atomic.patch
icu-67.patch
openh264-picasm.patch
gcc-10.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment