Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
458
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
bf633b67
Commit
bf633b67
authored
6 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Contribs, Qt: work-around compiler crash on Mingw/32
parent
6aba6483
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/qt/0001-disable-qt_random_cpu.patch
+11
-0
11 additions, 0 deletions
contrib/src/qt/0001-disable-qt_random_cpu.patch
contrib/src/qt/rules.mak
+5
-0
5 additions, 0 deletions
contrib/src/qt/rules.mak
with
16 additions
and
0 deletions
contrib/src/qt/0001-disable-qt_random_cpu.patch
0 → 100644
+
11
−
0
View file @
bf633b67
--- qt-5.11.0/src/corelib/global/qrandom.cpp.orig 2018-06-19 11:22:03.011543136 +0200
+++ qt-5.11.0/src/corelib/global/qrandom.cpp 2018-06-19 11:23:45.231337043 +0200
@@ -90,7 +90,7 @@
QT_BEGIN_NAMESPACE
-#if defined(Q_PROCESSOR_X86) && QT_COMPILER_SUPPORTS_HERE(RDRND)
+#if 0
static qsizetype qt_random_cpu(void *buffer, qsizetype count) Q_DECL_NOTHROW;
# ifdef Q_PROCESSOR_X86_64
This diff is collapsed.
Click to expand it.
contrib/src/qt/rules.mak
+
5
−
0
View file @
bf633b67
...
...
@@ -22,8 +22,13 @@ $(TARBALLS)/qt-$(QT_VERSION).tar.xz:
qt
:
qt-$(QT_VERSION).tar.xz .sum-qt
$(
UNPACK
)
mv
qtbase-everywhere-src-
$(
QT_VERSION
)
qt-
$(
QT_VERSION
)
ifdef
HAVE_WIN32
$(
APPLY
)
$(
SRC
)
/qt/0001-Windows-QPA-prefer-lower-value-when-rounding-fractio.patch
$(
APPLY
)
$(
SRC
)
/qt/0002-Windows-QPA-Disable-systray-notification-sounds.patch
ifndef
HAVE_WIN64
$(
APPLY
)
$(
SRC
)
/qt/0001-disable-qt_random_cpu.patch
endif
endif
$(
MOVE
)
ifdef
HAVE_MACOSX
...
...
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