summaryrefslogtreecommitdiffstats
path: root/vidix/sysdep/AsmMacros_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/sysdep/AsmMacros_x86.h')
-rw-r--r--vidix/sysdep/AsmMacros_x86.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/vidix/sysdep/AsmMacros_x86.h b/vidix/sysdep/AsmMacros_x86.h
index 47ebe8bd1c..c0b1afc105 100644
--- a/vidix/sysdep/AsmMacros_x86.h
+++ b/vidix/sysdep/AsmMacros_x86.h
@@ -62,15 +62,11 @@
#ifndef MPLAYER_ASMMACROS_X86_H
#define MPLAYER_ASMMACROS_X86_H
-//#if defined (WINNT)
-//#error This stuff is not ported on your system
-//#else
-
#include "config.h"
#ifdef CONFIG_DHAHELPER
#include <sys/ioctl.h>
-#include "dhahelper/dhahelper.h"
+#include "vidix/dhahelper/dhahelper.h"
extern int dhahelper_fd;
extern int dhahelper_initialized;
@@ -343,6 +339,4 @@ static __inline__ void intr_enable()
__asm__ __volatile__("sti");
}
-//#endif
-
#endif /* MPLAYER_ASMMACROS_X86_H */