mirror of
https://github.com/mpv-player/mpv
synced 2025-03-31 07:51:55 +00:00
Modern Solaris versions have different default CD-ROM devices.
patch by Pawel Tecza, ptecza uw.edu pl git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29387 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7924781b04
commit
63b0136fea
3
configure
vendored
3
configure
vendored
@ -5770,6 +5770,9 @@ elif openbsd ; then
|
||||
default_cdrom_device="/dev/rcd0a"
|
||||
elif sunos ; then
|
||||
default_cdrom_device="/vol/dev/aliases/cdrom0"
|
||||
# Modern Solaris versions use HAL instead of the vold daemon, the volfs
|
||||
# file system and the volfs service.
|
||||
test -r "/cdrom/cdrom0" && default_cdrom_device="/cdrom/cdrom0"
|
||||
elif amigaos ; then
|
||||
default_cdrom_device="a1ide.device:2"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user