summaryrefslogtreecommitdiffstats
path: root/vidix/dha.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 15:03:34 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 15:03:34 +0300
commite09fe1ce0413609b891f4abf2f5df5f1996622a0 (patch)
tree4624712ba8f4773463272c44513a86af6accc9da /vidix/dha.c
parent9425571f41d5cca40ec75537cdac3e474948f047 (diff)
parentf88bf0c7b7faf4b6f58c8b4c9c0f3892e07dc5ba (diff)
downloadmpv-e09fe1ce0413609b891f4abf2f5df5f1996622a0.tar.bz2
mpv-e09fe1ce0413609b891f4abf2f5df5f1996622a0.tar.xz
Merge svn changes up to r27458
Diffstat (limited to 'vidix/dha.c')
-rw-r--r--vidix/dha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/dha.c b/vidix/dha.c
index 8e3d2ada5d..28dc8c8c09 100644
--- a/vidix/dha.c
+++ b/vidix/dha.c
@@ -185,7 +185,7 @@ void unmap_phys_mem(void *ptr, unsigned long size)
#endif /* Generic mmap (not win32, nor os2) */
-#if !defined(__alpha__) && !defined(__powerpc__)
+#if !defined(__alpha__) && !defined(__powerpc__) && !defined(__sh__)
unsigned char INPORT8(unsigned idx)
{
return inb(idx);