summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodemv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/decoder/decodemv.h')
-rw-r--r--vp8/decoder/decodemv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp8/decoder/decodemv.h b/vp8/decoder/decodemv.h
index f33b07351..504e943d8 100644
--- a/vp8/decoder/decodemv.h
+++ b/vp8/decoder/decodemv.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VP8_DECODER_DECODEMV_H_
-#define VP8_DECODER_DECODEMV_H_
+#ifndef VPX_VP8_DECODER_DECODEMV_H_
+#define VPX_VP8_DECODER_DECODEMV_H_
#include "onyxd_int.h"
@@ -23,4 +23,4 @@ void vp8_decode_mode_mvs(VP8D_COMP *);
} // extern "C"
#endif
-#endif // VP8_DECODER_DECODEMV_H_
+#endif // VPX_VP8_DECODER_DECODEMV_H_