| Index: source/libvpx/vp8/encoder/encodeframe.h
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/encodeframe.h (revision 247498)
|
| +++ source/libvpx/vp8/encoder/encodeframe.h (working copy)
|
| @@ -9,6 +9,10 @@
|
| */
|
| #ifndef VP8_ENCODER_ENCODEFRAME_H_
|
| #define VP8_ENCODER_ENCODEFRAME_H_
|
| +
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| extern void vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x);
|
|
|
| extern void vp8_build_block_offsets(MACROBLOCK *x);
|
| @@ -24,4 +28,8 @@
|
|
|
| extern int vp8cx_encode_intra_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
|
| TOKENEXTRA **t);
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_ENCODER_ENCODEFRAME_H_
|
|
|