Skip to content
Snippets Groups Projects
Commit b9a038a5 authored by Johann Koenig's avatar Johann Koenig
Browse files

Fix build w/o RTCD

So many places to update ...

Change-Id: Ide957b40cc833f99c2d1849acade6850fbf7585d
parent d8009c07
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment