From 7d88d40cc6d46b6cc2a502f1cd927b6dcea51f0a Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Fri, 26 Aug 2016 01:22:14 +0000 Subject: Re #1954: Fixed compilation flags for building on arm64 iOS. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5431 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'aconfigure') diff --git a/aconfigure b/aconfigure index 840c42c6..b0a63e08 100755 --- a/aconfigure +++ b/aconfigure @@ -8420,6 +8420,10 @@ $as_echo "Checking if libwebrtc is disabled...no" >&6; } case $target in *-apple-darwin_ios*) case $target in + arm64*) + ac_webrtc_instset=neon + ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64" + ;; *arm*) ac_webrtc_instset=neon ;; -- cgit v1.2.3