From bb336639a4d3f32f620513fd899a62a21815dcc6 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 3 Aug 2010 08:57:48 +0000 Subject: configure: fix OpenBSD default for CD-ROM device The default CD-ROM device on OpenBSD is /dev/rcd0c, not /dev/rcd0a. patch by Edd Barrett, vext01 gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31908 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 386c0cdfde..cfac69eff8 100755 --- a/configure +++ b/configure @@ -5765,7 +5765,7 @@ elif dragonfly ; then 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 -- cgit v1.2.3