freebsd-ports/multimedia/mplayer/files/patch-vidix-pci.c
Martin Matuska c2902ebdd2 - Update to 1.0.r20100117
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer, private e-mail)
2010-04-21 13:07:23 +00:00

11 lines
341 B
C

--- vidix/pci.c.orig 2009-05-12 21:58:57.000000000 -0500
+++ vidix/pci.c 2009-07-23 20:42:47.861327948 -0500
@@ -481,8 +481,6 @@
#include "sysdep/pci_arm32.c"
#elif defined(__powerpc__)
#include "sysdep/pci_powerpc.c"
-#elif defined(__x86_64__) || defined(__sh__)
-/* Nothing here right now */
#else
#include "sysdep/pci_x86.c"
#endif