| Index: source/libvpx/vp8/common/reconintra4x4.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/reconintra4x4.h (revision 247498)
|
| +++ source/libvpx/vp8/common/reconintra4x4.h (working copy)
|
| @@ -13,6 +13,10 @@
|
| #define VP8_COMMON_RECONINTRA4X4_H_
|
| #include "vp8/common/blockd.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| static void intra_prediction_down_copy(MACROBLOCKD *xd,
|
| unsigned char *above_right_src)
|
| {
|
| @@ -29,4 +33,8 @@
|
| *dst_ptr2 = *src_ptr;
|
| }
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_COMMON_RECONINTRA4X4_H_
|
|
|