ref: a38d4fecfd55ba5e065af4c2bec3562397b51eab
parent: 4d0d3d1e99715ceaab3b389e2f05304b0995daaf
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Jan 15 11:20:28 EST 2021
add arm64 support for building
--- a/codec/common/inc/typedefs.h
+++ b/codec/common/inc/typedefs.h
@@ -53,7 +53,7 @@
#define PRId64 "lldd"
-#ifdef __amd64__
+#if defined(__amd64__) || defined(__arm64__)
typedef int64_t intX_t;
#else
typedef int32_t intX_t;