mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
build: set default cdrom and dvd devices on linux
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user