Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.2
webrtc-audio-processing
webrtc-ppc64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File webrtc-ppc64.patch of Package webrtc-audio-processing
Index: webrtc/typedefs.h =================================================================== --- webrtc/typedefs.h.org +++ webrtc/typedefs.h @@ -47,6 +47,12 @@ #elif defined(__pnacl__) #define WEBRTC_ARCH_32_BITS #define WEBRTC_ARCH_LITTLE_ENDIAN +#elif defined(__powerpc64__) +#define WEBRTC_ARCH_BIG_ENDIAN +#define WEBRTC_ARCH_64_BITS +#elif defined(__powerpc__) +#define WEBRTC_ARCH_BIG_ENDIAN +#define WEBRTC_ARCH_32_BITS #else /* instead of failing, use typical unix defines... */ #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor