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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp8/common/mv.h b/vp8/common/mv.h
index b6d2147af..4cde12f20 100644
--- a/vp8/common/mv.h
+++ b/vp8/common/mv.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VP8_COMMON_MV_H_
-#define VP8_COMMON_MV_H_
+#ifndef VPX_VP8_COMMON_MV_H_
+#define VPX_VP8_COMMON_MV_H_
#include "vpx/vpx_integer.h"
#ifdef __cplusplus
@@ -30,4 +30,4 @@ typedef union int_mv {
} // extern "C"
#endif
-#endif // VP8_COMMON_MV_H_
+#endif // VPX_VP8_COMMON_MV_H_