aboutsummaryrefslogtreecommitdiffhomepage
path: root/vidix/sysdep/AsmMacros_x86.h
diff options
context:
space:
mode:
authorGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 17:32:36 +0000
committerGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 17:32:36 +0000
commit584fe5daf2c9de92bf3e3d32c81ab19610dedd7d (patch)
tree997b8d00947b94c136737f9e435288b93c67b3e6 /vidix/sysdep/AsmMacros_x86.h
parent8efb2fa21c81f99b37795621f9ec2bc125c6ced0 (diff)
Add MPLAYER_ prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26062 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/sysdep/AsmMacros_x86.h')
-rw-r--r--vidix/sysdep/AsmMacros_x86.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/sysdep/AsmMacros_x86.h b/vidix/sysdep/AsmMacros_x86.h
index fb717ab5f2..c28b8e5b26 100644
--- a/vidix/sysdep/AsmMacros_x86.h
+++ b/vidix/sysdep/AsmMacros_x86.h
@@ -59,8 +59,8 @@
* advised of the possibility of such damage.
*/
-#ifndef ASMMACROS_X86_H
-#define ASMMACROS_X86_H
+#ifndef MPLAYER_ASMMACROS_X86_H
+#define MPLAYER_ASMMACROS_X86_H
//#if defined (WINNT)
//#error This stuff is not ported on your system
@@ -345,4 +345,4 @@ static __inline__ void intr_enable()
//#endif
-#endif /* ASMMACROS_X86_H */
+#endif /* MPLAYER_ASMMACROS_X86_H */