summaryrefslogtreecommitdiffstats
path: root/vidix/pci.c
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-15 00:21:32 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-15 00:21:32 +0000
commit0589f4723951f891c9d7e47dd9e10bfaf6e16f4e (patch)
treeab8336f96843d2654e71f43ac80000d03f559b94 /vidix/pci.c
parentcf8d38125537f2b77d2321e7d19d5957bab56669 (diff)
downloadmpv-0589f4723951f891c9d7e47dd9e10bfaf6e16f4e.tar.bz2
mpv-0589f4723951f891c9d7e47dd9e10bfaf6e16f4e.tar.xz
Remove -std=gnu99/gnu89/default dialect linux define, as it violates the
C standard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27282 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/pci.c')
-rw-r--r--vidix/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/pci.c b/vidix/pci.c
index 1d0cc5aa01..ffa91224e1 100644
--- a/vidix/pci.c
+++ b/vidix/pci.c
@@ -61,7 +61,7 @@
#endif
#include "AsmMacros.h"
/* OS depended stuff */
-#if defined (linux)
+#if defined (__linux__)
#include "sysdep/pci_linux.c"
#elif defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined(__DragonFly__)
#include "sysdep/pci_freebsd.c"