[Mplayer-cvslog] CVS: main/libdha pci.c,1.13,1.14

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
In directory mail:/var2/tmp/cvs-serv11110

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

Index: pci.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/pci.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pci.c	2 Oct 2003 14:47:56 -0000	1.13
+++ pci.c	26 Jun 2004 12:40:56 -0000	1.14
@@ -492,6 +492,8 @@
 #include "sysdep/pci_arm32.c"
 #elif defined(__powerpc__)
 #include "sysdep/pci_powerpc.c"
+#elif defined(__x86_64__)
+/* Nothing here right now */
 #else
 #include "sysdep/pci_x86.c"
 #endif




More information about the MPlayer-cvslog mailing list