Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
b9a038a5
Commit
b9a038a5
authored
Jul 27, 2010
by
Johann
Browse files
Fix build w/o RTCD
So many places to update ... Change-Id: Ide957b40cc833f99c2d1849acade6850fbf7585d
parent
d8009c07
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/decoder/x86/dequantize_x86.h
View file @
b9a038a5
...
...
@@ -30,10 +30,10 @@ extern prototype_dequant_dc_idct_add(vp8_dequant_dc_idct_add_mmx);
#define vp8_dequant_block vp8_dequantize_b_mmx
#undef vp8_dequant_idct_add
#define vp8_dequant_idct_add vp8_dequant_idct_mmx
#define vp8_dequant_idct_add vp8_dequant_idct_
add_
mmx
#undef vp8_dequant_dc_idct_add
#define vp8_dequant_dc_idct_add vp8_dequant_dc_idct_mmx
#define vp8_dequant_dc_idct_add vp8_dequant_dc_idct_
add_
mmx
#endif
#endif
...
...
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