summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libsrtp/libsrtp.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libsrtp/libsrtp.gyp')
-rw-r--r--chromium/third_party/libsrtp/libsrtp.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/libsrtp/libsrtp.gyp b/chromium/third_party/libsrtp/libsrtp.gyp
index 5385da89815..a642d6e003f 100644
--- a/chromium/third_party/libsrtp/libsrtp.gyp
+++ b/chromium/third_party/libsrtp/libsrtp.gyp
@@ -46,7 +46,7 @@
'CPU_CISC',
],
}],
- ['target_arch=="arm" or target_arch=="armv7"', {
+ ['target_arch=="arm" or target_arch=="armv7" or target_arch=="arm64"', {
'defines': [
# TODO(leozwang): CPU_RISC doesn't work properly on android/arm
# platform for unknown reasons, need to investigate the root cause
@@ -154,7 +154,7 @@
# sources
'srtp/srtp/ekt.c',
'srtp/srtp/srtp.c',
-
+
'srtp/crypto/cipher/aes.c',
'srtp/crypto/cipher/aes_cbc.c',
'srtp/crypto/cipher/aes_icm.c',