| Index: source/libvpx/vp8/encoder/mcomp.h
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/mcomp.h (revision 247498)
|
| +++ source/libvpx/vp8/encoder/mcomp.h (working copy)
|
| @@ -15,6 +15,10 @@
|
| #include "block.h"
|
| #include "vp8/common/variance.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| #ifdef VP8_ENTROPY_STATS
|
| extern void init_mv_ref_counts();
|
| extern void accum_mv_refs(MB_PREDICTION_MODE, const int near_mv_ref_cts[4]);
|
| @@ -104,4 +108,8 @@
|
| int_mv *center_mv
|
| );
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_ENCODER_MCOMP_H_
|
|
|