summaryrefslogtreecommitdiff
path: root/vp8/common/modecont.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/modecont.h')
-rw-r--r--vp8/common/modecont.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/vp8/common/modecont.h b/vp8/common/modecont.h
index 875bc2754..ff34c33c5 100644
--- a/vp8/common/modecont.h
+++ b/vp8/common/modecont.h
@@ -12,6 +12,14 @@
#ifndef VP8_COMMON_MODECONT_H_
#define VP8_COMMON_MODECONT_H_
+#ifdef __cplusplus
+extern "C" {
+#endif
+
extern const int vp8_mode_contexts[6][4];
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
#endif // VP8_COMMON_MODECONT_H_