| Index: source/libvpx/vp8/encoder/defaultcoefcounts.h
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/defaultcoefcounts.h (revision 247498)
|
| +++ source/libvpx/vp8/encoder/defaultcoefcounts.h (working copy)
|
| @@ -11,6 +11,10 @@
|
| #ifndef VP8_ENCODER_DEFAULTCOEFCOUNTS_H_
|
| #define VP8_ENCODER_DEFAULTCOEFCOUNTS_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| /* Generated file, included by entropy.c */
|
|
|
| static const unsigned int default_coef_counts[BLOCK_TYPES]
|
| @@ -225,4 +229,8 @@
|
| },
|
| };
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_ENCODER_DEFAULTCOEFCOUNTS_H_
|
|
|