Mercurial > mplayer.hg
changeset 31829:74a1b164126a
The default CD-ROM device on OpenBSD is /dev/rcd0c, not /dev/rcd0a.
patch by Edd Barrett, vext01 gmail com
author | diego |
---|---|
date | Tue, 03 Aug 2010 08:57:48 +0000 |
parents | ba740e64ba01 |
children | 96fd00615ea4 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Aug 03 05:18:28 2010 +0000 +++ b/configure Tue Aug 03 08:57:48 2010 +0000 @@ -6059,7 +6059,7 @@ elif freebsd ; then default_cdrom_device="/dev/acd0" elif openbsd ; then - default_cdrom_device="/dev/rcd0a" + default_cdrom_device="/dev/rcd0c" elif sunos ; then default_cdrom_device="/vol/dev/aliases/cdrom0" # Modern Solaris versions use HAL instead of the vold daemon, the volfs