]> granicus.if.org Git - libvpx/commitdiff
libs.mk: don't include x86inc.asm in codec src list
authorJames Zern <jzern@google.com>
Fri, 27 Jun 2014 23:40:39 +0000 (16:40 -0700)
committerJames Zern <jzern@google.com>
Sat, 28 Jun 2014 05:14:10 +0000 (22:14 -0700)
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

libs.mk

diff --git a/libs.mk b/libs.mk
index 2b072b66e1e96af42748fa831b099e77fdb3410b..1e01639c76d23a83d988bb14b4e0ec74788b50eb 100644 (file)
--- 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