summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/native/mmx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/native/mmx.h')
-rw-r--r--libmpcodecs/native/mmx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpcodecs/native/mmx.h b/libmpcodecs/native/mmx.h
index 0a41e0e8a7..d9a6fb65cb 100644
--- a/libmpcodecs/native/mmx.h
+++ b/libmpcodecs/native/mmx.h
@@ -1,5 +1,5 @@
-#ifndef MMX_H
-#define MMX_H
+#ifndef MPLAYER_MMX_H
+#define MPLAYER_MMX_H
typedef union {
long long q; /* Quadword (64-bit) value */
@@ -77,4 +77,4 @@ typedef union {
#define emms() __asm__ __volatile__ ("emms")
-#endif /* MMX_H */
+#endif /* MPLAYER_MMX_H */