| Index: source/libvpx/vp8/encoder/encodemv.h | 
| =================================================================== | 
| --- source/libvpx/vp8/encoder/encodemv.h	(revision 96967) | 
| +++ source/libvpx/vp8/encoder/encodemv.h	(working copy) | 
| @@ -16,6 +16,6 @@ | 
|  | 
| void vp8_write_mvprobs(VP8_COMP *); | 
| void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *); | 
| -void vp8_build_component_cost_table(int *mvcost[2], int *mvsadcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]); | 
| +void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]); | 
|  | 
| #endif | 
|  |