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