summaryrefslogtreecommitdiff
path: root/vp8/decoder
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2011-07-26 09:33:16 -0400
committerScott LaVarnway <slavarnway@google.com>2011-07-26 09:33:16 -0400
commita11624497c6c33e369c3dc74f0ab532eb31eb6eb (patch)
treef4ce7fbf69a86b776ec51f8a0a3eb92f40fc1794 /vp8/decoder
parent76eb4026680f88f2426471713fb690a7d9ae82b3 (diff)
downloadlibvpx-a11624497c6c33e369c3dc74f0ab532eb31eb6eb.tar
libvpx-a11624497c6c33e369c3dc74f0ab532eb31eb6eb.tar.gz
libvpx-a11624497c6c33e369c3dc74f0ab532eb31eb6eb.tar.bz2
libvpx-a11624497c6c33e369c3dc74f0ab532eb31eb6eb.zip
"Eliminated TOKENEXTRABITS" broke the windows build.
Fixed. Change-Id: I3348e8dbcaee6ace263af413701101d77636e5df
Diffstat (limited to 'vp8/decoder')
-rw-r--r--vp8/decoder/asm_dec_offsets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/decoder/asm_dec_offsets.c b/vp8/decoder/asm_dec_offsets.c
index 74478fbc5..1a6090b2b 100644
--- a/vp8/decoder/asm_dec_offsets.c
+++ b/vp8/decoder/asm_dec_offsets.c
@@ -17,7 +17,6 @@ BEGIN
DEFINE(detok_scan, offsetof(DETOK, scan));
DEFINE(detok_ptr_block2leftabove, offsetof(DETOK, ptr_block2leftabove));
DEFINE(detok_coef_tree_ptr, offsetof(DETOK, vp8_coef_tree_ptr));
-DEFINE(detok_teb_base_ptr, offsetof(DETOK, teb_base_ptr));
DEFINE(detok_norm_ptr, offsetof(DETOK, norm_ptr));
DEFINE(detok_ptr_coef_bands_x, offsetof(DETOK, ptr_coef_bands_x));