add asm_enc_offsets.c for all targets
authorJohann <johannkoenig@google.com>
Thu, 24 Mar 2011 22:12:21 +0000 (18:12 -0400)
committerJohann <johannkoenig@google.com>
Mon, 28 Mar 2011 14:43:47 +0000 (10:43 -0400)
now that we need asm_enc_offsets.c for x86 and arm and it is
harmless to build it for other targets, add it unconditionally

Change-Id: I320c5220afd94fee2b98bda9ff4e5e34c67062f3

vp8/vp8cx.mk
vp8/vp8cx_arm.mk

index 8f0681fb966fa276e36f2038a2d2a67ec15462d3..8037f9adbbe8f11779839fc7fd517ba574af91d0 100644 (file)
@@ -33,6 +33,7 @@ VP8_CX_SRCS-yes += vp8_cx_iface.c
 #INCLUDES += common
 #INCLUDES += encoder
 
+VP8_CX_SRCS-yes += encoder/asm_enc_offsets.c
 VP8_CX_SRCS-yes += encoder/bitstream.c
 VP8_CX_SRCS-yes += encoder/boolhuff.c
 VP8_CX_SRCS-yes += encoder/dct.c
index eaa857a92540955e8374caa27a5dca8c66785887..349c3fd980f1ead205c8b56c9218aa776b491d25 100644 (file)
@@ -14,7 +14,6 @@
 #File list for arm
 # encoder
 VP8_CX_SRCS-$(ARCH_ARM)  += encoder/arm/arm_csystemdependent.c
-VP8_CX_SRCS-$(ARCH_ARM)  += encoder/asm_enc_offsets.c
 
 VP8_CX_SRCS-$(HAVE_ARMV7)  += encoder/arm/encodemb_arm.c
 VP8_CX_SRCS-$(HAVE_ARMV7)  += encoder/arm/quantize_arm.c