mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 963027 - AArch64 support for WebRTC. r=derf
This commit is contained in:
parent
e3ab81296b
commit
6f6ce96505
@ -103,6 +103,16 @@
|
||||
#define WEBRTC_ARCH_32_BITS 1
|
||||
#define WEBRTC_ARCH_BIG_ENDIAN
|
||||
#define WEBRTC_BIG_ENDIAN
|
||||
#elif defined(__aarch64__)
|
||||
#define WEBRTC_ARCH_AARCH64 1
|
||||
#define WEBRTC_ARCH_64_BITS 1
|
||||
#if defined(__AARCH64EL__)
|
||||
#define WEBRTC_ARCH_LITTLE_ENDIAN
|
||||
#define WEBRTC_LITTLE_ENDIAN
|
||||
#elif defined(__AARCH64EB__)
|
||||
#define WEBRTC_ARCH_BIG_ENDIAN
|
||||
#define WEBRTC_BIG_ENDIAN
|
||||
#endif
|
||||
#elif defined(__alpha__)
|
||||
#define WEBRTC_ARCH_ALPHA 1
|
||||
#define WEBRTC_ARCH_64_BITS 1
|
||||
|
Loading…
Reference in New Issue
Block a user