| Index: source/libvpx/vp9/decoder/vp9_onyxd_int.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_onyxd_int.h (revision 247498)
|
| +++ source/libvpx/vp9/decoder/vp9_onyxd_int.h (working copy)
|
| @@ -17,6 +17,10 @@
|
| #include "vp9/decoder/vp9_onyxd.h"
|
| #include "vp9/decoder/vp9_thread.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| typedef struct VP9Decompressor {
|
| DECLARE_ALIGNED(16, MACROBLOCKD, mb);
|
|
|
| @@ -53,4 +57,8 @@
|
| PARTITION_CONTEXT *above_seg_context;
|
| } VP9D_COMP;
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_DECODER_VP9_ONYXD_INT_H_
|
|
|