| Index: source/libvpx/vp8/encoder/bitstream.h
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/bitstream.h (revision 247498)
|
| +++ source/libvpx/vp8/encoder/bitstream.h (working copy)
|
| @@ -12,6 +12,10 @@
|
| #ifndef VP8_ENCODER_BITSTREAM_H_
|
| #define VP8_ENCODER_BITSTREAM_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| #if HAVE_EDSP
|
| void vp8cx_pack_tokens_armv5(vp8_writer *w, const TOKENEXTRA *p, int xcount,
|
| const vp8_token *,
|
| @@ -43,4 +47,8 @@
|
| # define pack_mb_row_tokens(a,b) pack_mb_row_tokens_c(a,b)
|
| #endif
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_ENCODER_BITSTREAM_H_
|
|
|