Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 899203 Details for
Bug 937420
media-libs/libaom-3.9.1 fails with gcc:15 due to missing #include <cstdint>
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
+#include <cstdint>
mkvparser.cc-gcc-15-fix.patch (text/plain), 248 bytes, created by
tdr
on 2024-08-06 05:00:00 UTC
(
hide
)
Description:
+#include <cstdint>
Filename:
MIME Type:
Creator:
tdr
Created:
2024-08-06 05:00:00 UTC
Size:
248 bytes
patch
obsolete
>--- a/third_party/libwebm/mkvparser/mkvparser.cc >+++ b/third_party/libwebm/mkvparser/mkvparser.cc > >@@ -16,6 +16,7 @@ > #include <cfloat> > #include <climits> > #include <cmath> >+#include <cstdint> > #include <cstring> > #include <memory> > #include <new>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 937420
:
899203
|
899204
|
899205
|
899845