Skip to content
Snippets Groups Projects
Commit 96262044 authored by Alexandre Lision's avatar Alexandre Lision Committed by gerrit2
Browse files

build: fix x86_64 compilation

An extra cflag has been removed when adding arm64 support

Change-Id: Ic237fb7edb320975a0dd943f18fe557f04ed4e6a
parent e4a96e79
Branches
Tags
No related merge requests found
...@@ -113,7 +113,7 @@ VPX_CONF += --sdk-path=$(IOS_SDK) ...@@ -113,7 +113,7 @@ VPX_CONF += --sdk-path=$(IOS_SDK)
endif endif
LOCAL_HOSTVARS= LOCAL_HOSTVARS=
ifdef HAVE_ANDROID ifdef HAVE_ANDROID
VPX_CONF += --disable-tools VPX_CONF += --disable-tools --extra-cflags="-I$(ANDROID_NDK)/sources/cpufeatures/ -fvisibility=hidden"
LOCAL_HOSTVARS=$(HOSTVARS) LOCAL_HOSTVARS=$(HOSTVARS)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment