aboutsummaryrefslogtreecommitdiff
path: root/src/typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/typedefs.h')
-rw-r--r--src/typedefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/typedefs.h b/src/typedefs.h
index c58f66ae5e..054626253a 100644
--- a/src/typedefs.h
+++ b/src/typedefs.h
@@ -76,6 +76,9 @@
//#define WEBRTC_ARCH_ARMEL
#define WEBRTC_ARCH_32_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
+#elif defined(__aarch64__)
+#define WEBRTC_ARCH_64_BITS
+#define WEBRTC_ARCH_LITTLE_ENDIAN
#elif defined(__mips__)
#define WEBRTC_ARCH_32_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN