| Index: source/libvpx/vp8/encoder/treewriter.h
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/treewriter.h (revision 247498)
|
| +++ source/libvpx/vp8/encoder/treewriter.h (working copy)
|
| @@ -19,6 +19,10 @@
|
|
|
| #include "boolhuff.h" /* for now */
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| typedef BOOL_CODER vp8_writer;
|
|
|
| #define vp8_write vp8_encode_bool
|
| @@ -123,4 +127,8 @@
|
| int *Costs, const vp8_prob *, vp8_tree, int
|
| );
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_ENCODER_TREEWRITER_H_
|
|
|