| Index: source/libvpx/vp8/common/default_coef_probs.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/default_coef_probs.h (revision 247498)
|
| +++ source/libvpx/vp8/common/default_coef_probs.h (working copy)
|
| @@ -11,6 +11,10 @@
|
| #ifndef VP8_COMMON_DEFAULT_COEF_PROBS_H_
|
| #define VP8_COMMON_DEFAULT_COEF_PROBS_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| /*Generated file, included by entropy.c*/
|
|
|
|
|
| @@ -189,4 +193,8 @@
|
| }
|
| };
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_COMMON_DEFAULT_COEF_PROBS_H_
|
|
|