From: Attila Nagy Date: Wed, 26 Jan 2011 15:06:09 +0000 (+0200) Subject: Adds vpx_vp8_enc_asm_offsets.c.o to OBJS-yes list X-Git-Tag: v0.9.6~85^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0def48b60fb64906cfa5f7727e65e4d4266093f9;p=libvpx Adds vpx_vp8_enc_asm_offsets.c.o to OBJS-yes list Change-Id: Ibd6e3bc82471839904b1086b499efc55f7c5cbaf --- diff --git a/vp8/vp8cx_arm.mk b/vp8/vp8cx_arm.mk index 4113f2395..6b624a7d2 100644 --- a/vp8/vp8cx_arm.mk +++ b/vp8/vp8cx_arm.mk @@ -60,7 +60,7 @@ ifeq ($(ARCH_ARM),yes) vpx_vp8_enc_asm_offsets.asm: obj_int_extract vpx_vp8_enc_asm_offsets.asm: $(VP8_PREFIX)encoder/arm/vpx_vp8_enc_asm_offsets.c.o ./obj_int_extract rvds $< $(ADS2GAS) > $@ -OBJS-yes += $(VP8_PREFIX)encoder/arm/vpx_vp7_enc_asm_offsets.c.o +OBJS-yes += $(VP8_PREFIX)encoder/arm/vpx_vp8_enc_asm_offsets.c.o CLEAN-OBJS += vpx_vp8_enc_asm_offsets.asm $(filter %$(ASM).o,$(OBJS-yes)): vpx_vp8_enc_asm_offsets.asm endif