diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 23:26:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 23:26:37 +0000 |
commit | ddb8318f789741610b0ba319a367bbb4d724065c (patch) | |
tree | e7c835f9e4e1015c9914e4c50b2b43f94b1cbf94 /multimedia/mplayer/files/patch-vidix-pci.c | |
parent | Update to 0.2.12 (diff) |
- Update to 1.0rc2
PR: 118231
Submitted by: Thomas Zander <riggs@rrr.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=203409
Diffstat (limited to 'multimedia/mplayer/files/patch-vidix-pci.c')
-rw-r--r-- | multimedia/mplayer/files/patch-vidix-pci.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mplayer/files/patch-vidix-pci.c b/multimedia/mplayer/files/patch-vidix-pci.c new file mode 100644 index 000000000000..e349a3b8ef1e --- /dev/null +++ b/multimedia/mplayer/files/patch-vidix-pci.c @@ -0,0 +1,11 @@ +--- vidix/pci.c.orig 2007-10-07 15:49:27.000000000 -0400 ++++ vidix/pci.c 2007-11-14 03:12:26.000000000 -0500 +@@ -484,8 +484,6 @@ + #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 |