| Index: source/libvpx/vp8/common/findnearmv.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/findnearmv.h (revision 247498)
|
| +++ source/libvpx/vp8/common/findnearmv.h (working copy)
|
| @@ -17,7 +17,11 @@
|
| #include "modecont.h"
|
| #include "treecoder.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
|
|
| +
|
| static void mv_bias(int refmb_ref_frame_sign_bias, int refframe, int_mv *mvp,
|
| const int *ref_frame_sign_bias)
|
| {
|
| @@ -179,4 +183,8 @@
|
| return (cur_mb->bmi + b - 4)->as_mode;
|
| }
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_COMMON_FINDNEARMV_H_
|
|
|