Skip to content
Snippets Groups Projects
Commit 205d5be1 authored by Philippe Gorley's avatar Philippe Gorley Committed by Anthony Léonard
Browse files

vpx: fix if negation typo


Change-Id: I4cbf78b2a8c6e55458ca5d1867daf4adf1696f27
Reviewed-by: default avatarAnthony Léonard <anthony.leonard@savoirfairelinux.com>
parent 55822349
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ VPX_CONF += --disable-tools --extra-cflags="-I$(ANDROID_NDK)/sources/cpufeatures ...@@ -112,7 +112,7 @@ VPX_CONF += --disable-tools --extra-cflags="-I$(ANDROID_NDK)/sources/cpufeatures
LOCAL_HOSTVARS=$(HOSTVARS) LOCAL_HOSTVARS=$(HOSTVARS)
endif endif
ifdef HAVE_WIN32 ifdef HAVE_WIN32
ifneq ($(ARCH),i386) ifeq ($(ARCH),i386)
VPX_CONF += --extra-cflags="-mstackrealign" VPX_CONF += --extra-cflags="-mstackrealign"
endif endif
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment