Chromium Code Reviews| Index: source/config/linux/mipsel/vp8_rtcd.h |
| =================================================================== |
| --- source/config/linux/mipsel/vp8_rtcd.h (revision 191886) |
| +++ source/config/linux/mipsel/vp8_rtcd.h (working copy) |
| @@ -22,6 +22,9 @@ |
| union int_mv; |
| struct yv12_buffer_config; |
| +void vp8_clear_system_state_c(); |
| +#define vp8_clear_system_state vp8_clear_system_state_c |
| + |
| void vp8_dequantize_b_c(struct blockd*, short *dqc); |
| #define vp8_dequantize_b vp8_dequantize_b_c |