Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
a1162449
Commit
a1162449
authored
Jul 26, 2011
by
Scott LaVarnway
Browse files
"Eliminated TOKENEXTRABITS" broke the windows build.
Fixed. Change-Id: I3348e8dbcaee6ace263af413701101d77636e5df
parent
76eb4026
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vp8/decoder/asm_dec_offsets.c
vp8/decoder/asm_dec_offsets.c
+0
-1
No files found.
vp8/decoder/asm_dec_offsets.c
View file @
a1162449
...
@@ -17,7 +17,6 @@ BEGIN
...
@@ -17,7 +17,6 @@ BEGIN
DEFINE
(
detok_scan
,
offsetof
(
DETOK
,
scan
));
DEFINE
(
detok_scan
,
offsetof
(
DETOK
,
scan
));
DEFINE
(
detok_ptr_block2leftabove
,
offsetof
(
DETOK
,
ptr_block2leftabove
));
DEFINE
(
detok_ptr_block2leftabove
,
offsetof
(
DETOK
,
ptr_block2leftabove
));
DEFINE
(
detok_coef_tree_ptr
,
offsetof
(
DETOK
,
vp8_coef_tree_ptr
));
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_norm_ptr
,
offsetof
(
DETOK
,
norm_ptr
));
DEFINE
(
detok_ptr_coef_bands_x
,
offsetof
(
DETOK
,
ptr_coef_bands_x
));
DEFINE
(
detok_ptr_coef_bands_x
,
offsetof
(
DETOK
,
ptr_coef_bands_x
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment