diff vidix/sysdep/AsmMacros_alpha.h @ 27250:dcf62171257b

Remove -std=gnu99/gnu89/default dialect linux define, as it violates the C standard.
author michael
date Tue, 15 Jul 2008 00:21:32 +0000
parents a93e46adb54c
children 9e739bdb049c
line wrap: on
line diff
--- a/vidix/sysdep/AsmMacros_alpha.h	Mon Jul 14 16:38:58 2008 +0000
+++ b/vidix/sysdep/AsmMacros_alpha.h	Tue Jul 15 00:21:32 2008 +0000
@@ -62,7 +62,7 @@
 #ifndef MPLAYER_ASMMACROS_ALPHA_H
 #define MPLAYER_ASMMACROS_ALPHA_H
 
-#if defined (linux)
+#if defined (__linux__)
 #include <sys/io.h>
 #elif defined (__FreeBSD__)
 #include <sys/types.h>