[Mplayer-cvslog] CVS: main/libdha/sysdep pci_linux.c,1.9,1.10

Alex Beregszaszi syncmail at mplayerhq.hu
Sat Jun 26 14:40:58 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libdha/sysdep
In directory mail:/var2/tmp/cvs-serv11110/sysdep

Modified Files:
	pci_linux.c 
Log Message:
x86-64 (amd64) support by Kenny Root

Index: pci_linux.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/sysdep/pci_linux.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pci_linux.c	28 Mar 2004 16:30:08 -0000	1.9
+++ pci_linux.c	26 Jun 2004 12:40:56 -0000	1.10
@@ -7,7 +7,7 @@
 #ifdef __i386__
 // is this needed? #include <sys/perm.h>
 #else
-#if !defined(__sparc__) && !defined(__powerpc__)
+#if !defined(__sparc__) && !defined(__powerpc__) && !defined(__x86_64__)
 #include <sys/io.h>
 #endif
 #endif
@@ -117,8 +117,8 @@
     return(0);
 }
 
-#if (defined(__powerpc__) || defined(__sparc__) || defined(__sparc64__)) \
-    && defined(__linux__) && !defined(CONFIG_SVGAHELPER)
+#if (defined(__powerpc__) || defined(__sparc__) || defined(__sparc64__) \
+    || defined(__x86_64__)) && defined(__linux__) && !defined(CONFIG_SVGAHELPER)
 #define CONFIG_PCI_LINUX_PROC
 #endif
 




More information about the MPlayer-cvslog mailing list