summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 15:57:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 15:57:54 +0000
commit425eb2c9e57a287f2fc508ac3f05b793302a351a (patch)
tree34335310d3ba1736886f9f4bc0a205923ebf2231 /vidix
parentda7cc29d3fdd9a1e354ee992b3a467ccb48fac5b (diff)
downloadmpv-425eb2c9e57a287f2fc508ac3f05b793302a351a.tar.bz2
mpv-425eb2c9e57a287f2fc508ac3f05b793302a351a.tar.xz
Comment out the correct #endif directive.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25560 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/sysdep/AsmMacros_x86.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vidix/sysdep/AsmMacros_x86.h b/vidix/sysdep/AsmMacros_x86.h
index 24dd0e4297..fb717ab5f2 100644
--- a/vidix/sysdep/AsmMacros_x86.h
+++ b/vidix/sysdep/AsmMacros_x86.h
@@ -343,6 +343,6 @@ static __inline__ void intr_enable()
__asm__ __volatile__("sti");
}
-#endif
+//#endif
-//#endif /* ASMMACROS_X86_H */
+#endif /* ASMMACROS_X86_H */