| Index: source/libvpx/vp8/encoder/encodemb.h
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/encodemb.h (revision 247498)
|
| +++ source/libvpx/vp8/encoder/encodemb.h (working copy)
|
| @@ -13,6 +13,10 @@
|
| #define VP8_ENCODER_ENCODEMB_H_
|
|
|
| #include "onyx_int.h"
|
| +
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| void vp8_encode_inter16x16(MACROBLOCK *x);
|
|
|
| void vp8_build_dcblock(MACROBLOCK *b);
|
| @@ -23,4 +27,8 @@
|
| void vp8_optimize_mby(MACROBLOCK *x);
|
| void vp8_optimize_mbuv(MACROBLOCK *x);
|
| void vp8_encode_inter16x16y(MACROBLOCK *x);
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_ENCODER_ENCODEMB_H_
|
|
|