summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2011-07-26 06:34:31 -0700
committerCode Review <code-review@webmproject.org>2011-07-26 06:34:31 -0700
commitca7e346669ce7d9a410edc19a828f9ca9637626d (patch)
tree10da6595eb7650d057196b186f9528a52c86eb3f /vp8
parent4894b45cedc91db401b11d1a8ac552e6f9d3c1d5 (diff)
parenta11624497c6c33e369c3dc74f0ab532eb31eb6eb (diff)
downloadlibvpx-ca7e346669ce7d9a410edc19a828f9ca9637626d.tar
libvpx-ca7e346669ce7d9a410edc19a828f9ca9637626d.tar.gz
libvpx-ca7e346669ce7d9a410edc19a828f9ca9637626d.tar.bz2
libvpx-ca7e346669ce7d9a410edc19a828f9ca9637626d.zip
Merge ""Eliminated TOKENEXTRABITS" broke the windows build."
Diffstat (limited to 'vp8')
-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));