summaryrefslogtreecommitdiffhomepage
path: root/npapi
diff options
context:
space:
mode:
authorSamuel Lidén Borell <samuel@kodafritt.se>2014-11-21 10:56:01 +0100
committerSamuel Lidén Borell <samuel@kodafritt.se>2014-11-21 10:57:29 +0100
commit856b00cc21c8d65ce452d8e764848e89d145208d (patch)
tree8fc3374ec1cd1ea7c31d9c978f2ae7e37b0353d8 /npapi
parent38446907ee935f4f34cd03922fc2953686a49c10 (diff)
downloadfribid-master.tar.gz
fribid-master.tar.bz2
fribid-master.zip
Fix build failure on ARM64HEADmaster
Thanks to Edmund Grimley Evans.
Diffstat (limited to 'npapi')
-rw-r--r--npapi/prcpucfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/npapi/prcpucfg.h b/npapi/prcpucfg.h
index 1999d3c..bbeaefb 100644
--- a/npapi/prcpucfg.h
+++ b/npapi/prcpucfg.h
@@ -240,7 +240,7 @@
#define PR_BYTES_PER_WORD_LOG2 3
#define PR_BYTES_PER_DWORD_LOG2 3
-#elif defined(__x86_64__)
+#elif defined(__x86_64__) || defined(__aarch64__)
#define IS_LITTLE_ENDIAN 1
#undef IS_BIG_ENDIAN