summaryrefslogtreecommitdiff
path: root/vp8/common/mv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/mv.h')
-rw-r--r--vp8/common/mv.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/vp8/common/mv.h b/vp8/common/mv.h
index 1e4b206a2..111ccd63c 100644
--- a/vp8/common/mv.h
+++ b/vp8/common/mv.h
@@ -13,6 +13,10 @@
#define VP8_COMMON_MV_H_
#include "vpx/vpx_integer.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef struct
{
short row;
@@ -25,4 +29,8 @@ typedef union int_mv
MV as_mv;
} int_mv; /* facilitates faster equality tests and copies */
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
#endif // VP8_COMMON_MV_H_