| Index: source/libvpx/vp8/decoder/dboolhuff.h
|
| ===================================================================
|
| --- source/libvpx/vp8/decoder/dboolhuff.h (revision 247498)
|
| +++ source/libvpx/vp8/decoder/dboolhuff.h (working copy)
|
| @@ -19,6 +19,10 @@
|
| #include "vpx_ports/mem.h"
|
| #include "vpx/vpx_integer.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| typedef size_t VP8_BD_VALUE;
|
|
|
| #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
|
| @@ -135,4 +139,8 @@
|
| return 0;
|
| }
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_DECODER_DBOOLHUFF_H_
|
|
|