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 ++++ aconfigure.ac | 4 ++++ 2 files changed, 8 insertions(+) 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 ;; diff --git a/aconfigure.ac b/aconfigure.ac index b30b5d58..357313ff 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -1783,6 +1783,10 @@ AC_ARG_ENABLE(libwebrtc, 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