mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
e294c7134c
commit
838493bf7d
|
@ -25,6 +25,16 @@ extern int dhahelper_initialized;
|
|||
#include <sys/ioctl.h>
|
||||
#include <svgalib_helper.h>
|
||||
|
||||
#ifndef SVGALIB_HELPER_IOC_MAGIC
|
||||
/* svgalib 1.9.18+ compatibility ::atmos */
|
||||
#define SVGALIB_HELPER_IOCSOUTB SVGAHELPER_OUTB
|
||||
#define SVGALIB_HELPER_IOCSOUTW SVGAHELPER_OUTW
|
||||
#define SVGALIB_HELPER_IOCSOUTL SVGAHELPER_OUTL
|
||||
#define SVGALIB_HELPER_IOCGINB SVGAHELPER_INB
|
||||
#define SVGALIB_HELPER_IOCGINW SVGAHELPER_INW
|
||||
#define SVGALIB_HELPER_IOCGINL SVGAHELPER_INL
|
||||
#endif
|
||||
|
||||
extern int svgahelper_fd;
|
||||
extern int svgahelper_initialized;
|
||||
|
||||
|
|
|
@ -26,6 +26,10 @@ int dhahelper_fd = 0;
|
|||
#include <linux/ioctl.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue