summaryrefslogtreecommitdiff
path: root/vp8/decoder/decoderthreading.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/decoder/decoderthreading.h')
-rw-r--r--vp8/decoder/decoderthreading.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp8/decoder/decoderthreading.h b/vp8/decoder/decoderthreading.h
index c563cf6e9..140295625 100644
--- a/vp8/decoder/decoderthreading.h
+++ b/vp8/decoder/decoderthreading.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VP8_DECODER_DECODERTHREADING_H_
-#define VP8_DECODER_DECODERTHREADING_H_
+#ifndef VPX_VP8_DECODER_DECODERTHREADING_H_
+#define VPX_VP8_DECODER_DECODERTHREADING_H_
#ifdef __cplusplus
extern "C" {
@@ -27,4 +27,4 @@ void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows);
} // extern "C"
#endif
-#endif // VP8_DECODER_DECODERTHREADING_H_
+#endif // VPX_VP8_DECODER_DECODERTHREADING_H_