mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 21:31:52 +00:00
in solaris the I/O device to mmap() is /dev/xsvc, not /dev/mem
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22835 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d406fe9743
commit
3574c0e67d
@ -48,6 +48,8 @@
|
||||
# undef DEV_MEM
|
||||
# define DEV_MEM "/dev/mem"
|
||||
# endif
|
||||
#elif defined(sun) && defined (i386)
|
||||
#define DEV_MEM "/dev/xsvc"
|
||||
# endif /* SVR4 */
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
|
Loading…
Reference in New Issue
Block a user