summaryrefslogtreecommitdiff
path: root/libs.mk
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-06-27 16:40:39 -0700
committerJames Zern <jzern@google.com>2014-06-27 22:14:10 -0700
commite707e9580b049c48b43703991fa1dd1176110fbf (patch)
treefcca6c08e790012f43339c6167a4344ec1ba7e68 /libs.mk
parent715b8d3befdd24b81a564b819fc18f95296b24f1 (diff)
downloadlibvpx-e707e9580b049c48b43703991fa1dd1176110fbf.tar
libvpx-e707e9580b049c48b43703991fa1dd1176110fbf.tar.gz
libvpx-e707e9580b049c48b43703991fa1dd1176110fbf.tar.bz2
libvpx-e707e9580b049c48b43703991fa1dd1176110fbf.zip
libs.mk: don't include x86inc.asm in codec src list
this file is an include and doesn't need to be built on its own. fixes: ranlib: file: libvpx_g.a(x86inc.asm.o) has no symbols Change-Id: I89504e37ff0a4488489af7b9b7e09fb32acc4853
Diffstat (limited to 'libs.mk')
-rw-r--r--libs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs.mk b/libs.mk
index 2b072b66e..1e01639c7 100644
--- a/libs.mk
+++ b/libs.mk
@@ -170,7 +170,7 @@ CODEC_SRCS-$(BUILD_LIBVPX) += vpx_ports/vpx_once.h
CODEC_SRCS-$(BUILD_LIBVPX) += $(BUILD_PFX)vpx_config.c
INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
ifeq ($(ARCH_X86)$(ARCH_X86_64),yes)
-CODEC_SRCS-$(BUILD_LIBVPX) += third_party/x86inc/x86inc.asm
+INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += third_party/x86inc/x86inc.asm
endif
CODEC_EXPORTS-$(BUILD_LIBVPX) += vpx/exports_com
CODEC_EXPORTS-$(CONFIG_ENCODERS) += vpx/exports_enc