diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-13 23:36:01 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-13 23:36:01 +0000 |
commit | 9baa6d2f372d3e09280e1103d7bfcf048f6457ec (patch) | |
tree | cf3bfc3fb392fe58ed612a5a09c11d176eb17e99 /src/video_out/libdha/sysdep/AsmMacros_alpha.h | |
parent | 989188f25474868841d8a5148873a5995be58c6f (diff) | |
download | xine-lib-9baa6d2f372d3e09280e1103d7bfcf048f6457ec.tar.gz xine-lib-9baa6d2f372d3e09280e1103d7bfcf048f6457ec.tar.bz2 |
big vidix driver update by James Stembridge
CVS patchset: 3907
CVS date: 2003/01/13 23:36:01
Diffstat (limited to 'src/video_out/libdha/sysdep/AsmMacros_alpha.h')
-rw-r--r-- | src/video_out/libdha/sysdep/AsmMacros_alpha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/libdha/sysdep/AsmMacros_alpha.h b/src/video_out/libdha/sysdep/AsmMacros_alpha.h index 482b59000..59da53891 100644 --- a/src/video_out/libdha/sysdep/AsmMacros_alpha.h +++ b/src/video_out/libdha/sysdep/AsmMacros_alpha.h @@ -17,7 +17,7 @@ extern u_int8_t inb(u_int32_t port); extern u_int16_t inw(u_int32_t port); extern u_int32_t inl(u_int32_t port); #else -#error This stuff is not ported on your system +#include "sysdep/AsmMacros_generic.h" #endif #define intr_disable() |