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:
diego 2009-06-24 23:31:17 +00:00
parent 7924781b04
commit 63b0136fea
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -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