Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 882028 Details for
Bug 1083762
Add ppc64le support to Firefox
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Part 5: webrtc config support
mozilla-ppc64le-webrtc.patch (text/plain), 1.26 KB, created by
Gustavo Luiz Duarte
on 2014-04-02 22:25:01 UTC
(
hide
)
Description:
Part 5: webrtc config support
Filename:
MIME Type:
Creator:
Gustavo Luiz Duarte
Created:
2014-04-02 22:25:01 UTC
Size:
1.26 KB
patch
obsolete
># HG changeset patch ># Parent acbe154db4c912f3ac853c0671cd3d5e52b1e716 ># User Ulrich Weigand <uweigand@de.ibm.com> >Bug 976648 - powerpc64le-linux support - WebRTC endian config > >diff --git a/media/webrtc/trunk/webrtc/typedefs.h b/media/webrtc/trunk/webrtc/typedefs.h >--- a/media/webrtc/trunk/webrtc/typedefs.h >+++ b/media/webrtc/trunk/webrtc/typedefs.h >@@ -47,23 +47,33 @@ > //#define WEBRTC_ARCH_ARM_FAMILY > //#define WEBRTC_ARCH_ARMEL > #define WEBRTC_ARCH_32_BITS > #define WEBRTC_ARCH_LITTLE_ENDIAN > #define WEBRTC_LITTLE_ENDIAN > #elif defined(__powerpc64__) > #define WEBRTC_ARCH_PPC64 1 > #define WEBRTC_ARCH_64_BITS 1 >+#ifdef __LITTLE_ENDIAN__ >+#define WEBRTC_ARCH_LITTLE_ENDIAN >+#define WEBRTC_LITTLE_ENDIAN >+#else > #define WEBRTC_ARCH_BIG_ENDIAN > #define WEBRTC_BIG_ENDIAN >+#endif > #elif defined(__ppc__) || defined(__powerpc__) > #define WEBRTC_ARCH_PPC 1 > #define WEBRTC_ARCH_32_BITS 1 >+#ifdef __LITTLE_ENDIAN__ >+#define WEBRTC_ARCH_LITTLE_ENDIAN >+#define WEBRTC_LITTLE_ENDIAN >+#else > #define WEBRTC_ARCH_BIG_ENDIAN > #define WEBRTC_BIG_ENDIAN >+#endif > #elif defined(__sparc64__) > #define WEBRTC_ARCH_SPARC 1 > #define WEBRTC_ARCH_64_BITS 1 > #define WEBRTC_ARCH_BIG_ENDIAN > #define WEBRTC_BIG_ENDIAN > #elif defined(__sparc__) > #define WEBRTC_ARCH_SPARC 1 > #define WEBRTC_ARCH_32_BITS 1
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 1083762
:
882023
|
882024
|
882026
|
882027
| 882028 |
882029