summaryrefslogtreecommitdiff
path: root/vp8/common/vp8_entropymodedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/vp8_entropymodedata.h')
-rw-r--r--vp8/common/vp8_entropymodedata.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/vp8/common/vp8_entropymodedata.h b/vp8/common/vp8_entropymodedata.h
index 988114804..c4aed4989 100644
--- a/vp8/common/vp8_entropymodedata.h
+++ b/vp8/common/vp8_entropymodedata.h
@@ -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 @@ const vp8_prob vp8_kf_bmode_prob
}
};
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
#endif // VP8_COMMON_VP8_ENTROPYMODEDATA_H_