shithub: libvpx

Download patch

ref: be3e0ff7c3f62fdebbef232907fd0082c11c4ed1
parent: 2caa36aa4fce2bb7e3f8e43624cab94b78bc8950
parent: 0def48b60fb64906cfa5f7727e65e4d4266093f9
author: John Koleszar <jkoleszar@google.com>
date: Wed Jan 26 02:29:19 EST 2011

Merge "Adds vpx_vp8_enc_asm_offsets.c.o to OBJS-yes list"

--- a/vp8/vp8cx_arm.mk
+++ b/vp8/vp8cx_arm.mk
@@ -60,7 +60,7 @@
 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