summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-08 10:14:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-08 10:14:38 +0000
commit65371f38c9843e1a946468faa293500a2550715c (patch)
treed0f0810e51345b3a7f4d82a3c0029f1fe4d650c2 /vidix
parentcbef90d71faa9e582a2a4c28479da0bdaa4ba2ce (diff)
downloadmpv-65371f38c9843e1a946468faa293500a2550715c.tar.bz2
mpv-65371f38c9843e1a946468faa293500a2550715c.tar.xz
Remove pointless and commented-out #ifdef.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27028 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/sysdep/AsmMacros_x86.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/vidix/sysdep/AsmMacros_x86.h b/vidix/sysdep/AsmMacros_x86.h
index 9c59bc9fbe..c0b1afc105 100644
--- a/vidix/sysdep/AsmMacros_x86.h
+++ b/vidix/sysdep/AsmMacros_x86.h
@@ -62,10 +62,6 @@
#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
@@ -343,6 +339,4 @@ static __inline__ void intr_enable()
__asm__ __volatile__("sti");
}
-//#endif
-
#endif /* MPLAYER_ASMMACROS_X86_H */