[MPlayer-cvslog] r27028 - trunk/vidix/sysdep/AsmMacros_x86.h

diego subversion at mplayerhq.hu
Sun Jun 8 12:14:38 CEST 2008


Author: diego
Date: Sun Jun  8 12:14:38 2008
New Revision: 27028

Log:
Remove pointless and commented-out #ifdef.


Modified:
   trunk/vidix/sysdep/AsmMacros_x86.h

Modified: trunk/vidix/sysdep/AsmMacros_x86.h
==============================================================================
--- trunk/vidix/sysdep/AsmMacros_x86.h	(original)
+++ trunk/vidix/sysdep/AsmMacros_x86.h	Sun Jun  8 12:14:38 2008
@@ -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 */



More information about the MPlayer-cvslog mailing list