From 838493bf7d4c09b05ee20e1959cca6be55123dce Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sun, 28 Mar 2004 16:30:08 +0000 Subject: svgalib 1.9.18 compile fix, still wont work for me though... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12079 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/sysdep/pci_linux.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libdha/sysdep/pci_linux.c') diff --git a/libdha/sysdep/pci_linux.c b/libdha/sysdep/pci_linux.c index a4486dd041..7d27fc073f 100644 --- a/libdha/sysdep/pci_linux.c +++ b/libdha/sysdep/pci_linux.c @@ -26,6 +26,10 @@ int dhahelper_fd = 0; #include #endif #include +#ifndef SVGALIB_HELPER_IOC_MAGIC +/* svgalib 1.9.18+ compatibility ::atmos */ +#define SVGALIB_HELPER_IOCGPCIINL SVGAHELPER_PCIINL +#endif int svgahelper_initialized = 0; int svgahelper_fd = 0; -- cgit v1.2.3