]> granicus.if.org Git - libvpx/commitdiff
Android.mk: add a dep on vpx_config.asm for x86_64
authorJames Zern <jzern@google.com>
Wed, 29 Jul 2015 22:38:43 +0000 (15:38 -0700)
committerJames Zern <jzern@google.com>
Wed, 29 Jul 2015 22:38:43 +0000 (15:38 -0700)
Change-Id: I8b4db93f754607aab64351745bd102ab238d9501

build/make/Android.mk

index aa7a8c9748989c910df2a75b96742a49cdc16caa..129e9d72ec637897f24293e77416f628f3cf70db 100644 (file)
@@ -175,7 +175,7 @@ endif
 $(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vpx_scale_rtcd.h
 $(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vpx_dsp_rtcd.h
 
-ifeq ($(TARGET_ARCH_ABI),x86)
+ifneq ($(findstring $(TARGET_ARCH_ABI),x86 x86_64),)
 $(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vpx_config.asm
 endif
 endef