From cdc6ca805cbeffaf459818c06f05e5852c4b1c1e Mon Sep 17 00:00:00 2001 From: nick Date: Sat, 12 Jan 2002 18:00:25 +0000 Subject: Alpha patch by Falk Hueffner git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4113 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/AsmMacros.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'libdha/AsmMacros.h') diff --git a/libdha/AsmMacros.h b/libdha/AsmMacros.h index feb5ce02d1..3a1a9a5e52 100644 --- a/libdha/AsmMacros.h +++ b/libdha/AsmMacros.h @@ -61,18 +61,7 @@ #if defined(__GNUC__) #if defined(linux) && (defined(__alpha__) || defined(__ia64__)) -#undef inb -#undef inw -#undef inl -#undef outb -#undef outw -#undef outl -#define inb _inb -#define inw _inw -#define inl _inl -#define outb(p,v) _outb((v),(p)) -#define outw(p,v) _outw((v),(p)) -#define outl(p,v) _outl((v),(p)) +#include #else #if defined(__sparc__) #ifndef ASI_PL -- cgit v1.2.3