mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 22:30:22 +00:00
build: set default cdrom and dvd devices on linux
This commit is contained in:
parent
1c0939cb80
commit
211ca98e9c
@ -4,6 +4,7 @@ __cdrom_devices_map__ = {
|
||||
'darwin': '/dev/disk1',
|
||||
'freebsd': '/dev/cd0',
|
||||
'openbsd': '/dev/rcd0c',
|
||||
'linux': '/dev/sr0',
|
||||
'default': '/dev/cdrom'
|
||||
}
|
||||
|
||||
@ -13,6 +14,7 @@ __dvd_devices_map__ = {
|
||||
'darwin': '/dev/rdiskN',
|
||||
'freebsd': '/dev/cd0',
|
||||
'openbsd': '/dev/rcd0c',
|
||||
'linux': '/dev/sr0',
|
||||
'default': '/dev/dvd'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user