]> granicus.if.org Git - libvpx/commitdiff
remove unused definition
authorJohann <johannkoenig@google.com>
Thu, 12 Aug 2010 17:06:47 +0000 (13:06 -0400)
committerJohann <johannkoenig@google.com>
Thu, 12 Aug 2010 20:37:55 +0000 (16:37 -0400)
asm_offsets contains some definitions which are no longer used. this
was one of them. v6 build works now

Change-Id: If370cfa8acd145de4fead2d9a11b048fccc090df

vp8/common/arm/vpx_asm_offsets.c

index c342f8fdcab77f316e61f42cc750fb82c76d8dca..0604ae3d1a44fbab1014c99baecbc9bd98fb989d 100644 (file)
@@ -51,7 +51,6 @@ DEFINE(mb_dst_y_stride,                         offsetof(MACROBLOCKD, dst.y_stri
 DEFINE(mb_dst_y_buffer,                         offsetof(MACROBLOCKD, dst.y_buffer));
 DEFINE(mb_dst_u_buffer,                         offsetof(MACROBLOCKD, dst.u_buffer));
 DEFINE(mb_dst_v_buffer,                         offsetof(MACROBLOCKD, dst.v_buffer));
-DEFINE(mb_mbmi_mode,                            offsetof(MACROBLOCKD, mbmi.mode));
 DEFINE(mb_up_available,                         offsetof(MACROBLOCKD, up_available));
 DEFINE(mb_left_available,                       offsetof(MACROBLOCKD, left_available));