summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h')
-rw-r--r--chromium/third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h b/chromium/third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h
index 0d195636bcb..4d69e4be664 100644
--- a/chromium/third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h
+++ b/chromium/third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h
@@ -8,6 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#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*/
@@ -186,3 +192,9 @@ static const vp8_prob default_coef_probs [BLOCK_TYPES]
}
}
};
+
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
+#endif // VP8_COMMON_DEFAULT_COEF_PROBS_H_