| Index: source/libvpx/vp8/common/coefupdateprobs.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/coefupdateprobs.h (revision 247498)
|
| +++ source/libvpx/vp8/common/coefupdateprobs.h (working copy)
|
| @@ -11,6 +11,10 @@
|
| #ifndef VP8_COMMON_COEFUPDATEPROBS_H_
|
| #define VP8_COMMON_COEFUPDATEPROBS_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| /* Update probabilities for the nodes in the token entropy tree.
|
| Generated file included by entropy.c */
|
|
|
| @@ -186,4 +190,8 @@
|
| },
|
| };
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_COMMON_COEFUPDATEPROBS_H_
|
|
|