Bug 1376873 - Rollup of changes from cd8671232fd8 to 2a59b432d2bd; r=ng

Differential Revision: https://phabricator.services.mozilla.com/D7472

--HG--
extra : rebase_source : c9c96bfd25942ecb51f2ea7e3f8c913cd866cd8e
This commit is contained in:
Dan Minor 2018-09-17 07:24:22 -04:00
parent eab091ae07
commit 426cafe100

View File

@ -100,10 +100,10 @@
#define WEBRTC_ARCH_32_BITS 1
#define WEBRTC_ARCH_BIG_ENDIAN
#define WEBRTC_BIG_ENDIAN
#elif defined(__aarch64__)
#elif defined(__aarch64__) || defined(_M_ARM64)
#define WEBRTC_ARCH_AARCH64 1
#define WEBRTC_ARCH_64_BITS 1
#if defined(__AARCH64EL__)
#if defined(__AARCH64EL__) || defined(_M_ARM64)
#define WEBRTC_ARCH_LITTLE_ENDIAN
#define WEBRTC_LITTLE_ENDIAN
#elif defined(__AARCH64EB__)