summaryrefslogtreecommitdiff
path: root/vp8/common/systemdependent.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/systemdependent.h')
-rw-r--r--vp8/common/systemdependent.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/vp8/common/systemdependent.h b/vp8/common/systemdependent.h
index 966cc5d8b..3d44e37cf 100644
--- a/vp8/common/systemdependent.h
+++ b/vp8/common/systemdependent.h
@@ -13,7 +13,15 @@
#include "vpx_config.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct VP8Common;
void vp8_machine_specific_config(struct VP8Common *);
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
#endif // VP8_COMMON_SYSTEMDEPENDENT_H_