summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-01-26 07:29:19 -0800
committerCode Review <code-review@webmproject.org>2011-01-26 07:29:19 -0800
commitbe3e0ff7c3f62fdebbef232907fd0082c11c4ed1 (patch)
tree878222fcedd98c0053ebf9cdc28b499f7cf745d4
parent2caa36aa4fce2bb7e3f8e43624cab94b78bc8950 (diff)
parent0def48b60fb64906cfa5f7727e65e4d4266093f9 (diff)
downloadlibvpx-be3e0ff7c3f62fdebbef232907fd0082c11c4ed1.tar
libvpx-be3e0ff7c3f62fdebbef232907fd0082c11c4ed1.tar.gz
libvpx-be3e0ff7c3f62fdebbef232907fd0082c11c4ed1.tar.bz2
libvpx-be3e0ff7c3f62fdebbef232907fd0082c11c4ed1.zip
Merge "Adds vpx_vp8_enc_asm_offsets.c.o to OBJS-yes list"
-rw-r--r--vp8/vp8cx_arm.mk2
1 files changed, 1 insertions, 1 deletions
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