comparison vidix/AsmMacros.h @ 26030:a93e46adb54c

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 17:32:36 +0000
parents 6ac1ece1f9fe
children 3f6d802c6ea8
comparison
equal deleted inserted replaced
26029:4129c8cfa742 26030:a93e46adb54c
61 61
62 /* 62 /*
63 * Modified for readability by Nick Kurshev 63 * Modified for readability by Nick Kurshev
64 */ 64 */
65 65
66 #ifndef ASMMACROS_H 66 #ifndef MPLAYER_ASMMACROS_H
67 #define ASMMACROS_H 67 #define MPLAYER_ASMMACROS_H
68 68
69 #if defined(__GNUC__) 69 #if defined(__GNUC__)
70 #if defined(__alpha__) 70 #if defined(__alpha__)
71 #include "sysdep/AsmMacros_alpha.h" 71 #include "sysdep/AsmMacros_alpha.h"
72 #elif defined(__ia64__) 72 #elif defined(__ia64__)
117 #define intr_enable() asm("sti") 117 #define intr_enable() asm("sti")
118 118
119 #endif /* _MINIX and _ACK */ 119 #endif /* _MINIX and _ACK */
120 #endif /* __GNUC__ */ 120 #endif /* __GNUC__ */
121 121
122 #endif /* ASMMACROS_H */ 122 #endif /* MPLAYER_ASMMACROS_H */