diff options
Diffstat (limited to 'src/video_out/libdha/sysdep/AsmMacros_powerpc.h')
-rw-r--r-- | src/video_out/libdha/sysdep/AsmMacros_powerpc.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/video_out/libdha/sysdep/AsmMacros_powerpc.h b/src/video_out/libdha/sysdep/AsmMacros_powerpc.h index cf678c9b8..2169c96b4 100644 --- a/src/video_out/libdha/sysdep/AsmMacros_powerpc.h +++ b/src/video_out/libdha/sysdep/AsmMacros_powerpc.h @@ -56,7 +56,11 @@ static __inline__ unsigned long inl(short port) #define intr_enable() #else -#include "sysdep/AsmMacros_generic.h" + #ifdef linux + /*nothing*/ + #else + #include "sysdep/AsmMacros_generic.h" + #endif #endif #endif |