]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11423: [mod_isac] Add ARM64 detection.
authorAndrey Volk <andywolk@gmail.com>
Sun, 30 Sep 2018 15:53:41 +0000 (18:53 +0300)
committerAndrey Volk <andywolk@gmail.com>
Sun, 30 Sep 2018 15:53:41 +0000 (18:53 +0300)
src/mod/codecs/mod_isac/typedefs.h

index e4a85afe30438647d461a16a8f90eac16e52cd6c..df0df45723b237da035983c28814d98ef52e2b19 100644 (file)
@@ -61,6 +61,9 @@
 #define WEBRTC_ARCH_X86_64
 #define WEBRTC_ARCH_64_BITS
 #define WEBRTC_ARCH_LITTLE_ENDIAN
+#elif defined(__aarch64__)
+#define WEBRTC_ARCH_64_BITS
+#define WEBRTC_ARCH_LITTLE_ENDIAN
 #elif defined(_M_IX86) || defined(__i386__)
 #define WEBRTC_ARCH_X86_FAMILY
 #define WEBRTC_ARCH_X86