| Index: source/libvpx/vp9/common/vp9_pred_common.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_pred_common.h (revision 247498)
|
| +++ source/libvpx/vp9/common/vp9_pred_common.h (working copy)
|
| @@ -14,6 +14,10 @@
|
| #include "vp9/common/vp9_blockd.h"
|
| #include "vp9/common/vp9_onyxc_int.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| static INLINE const MODE_INFO *get_above_mi(const MACROBLOCKD *const xd) {
|
| return xd->up_available ? xd->mi_8x8[-xd->mode_info_stride] : NULL;
|
| }
|
| @@ -129,4 +133,8 @@
|
| }
|
| }
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_COMMON_VP9_PRED_COMMON_H_
|
|
|