[MPlayer-dev-eng] [PATCH] Default CDROM device on OpenBSD

Diego Biurrun diego at biurrun.de
Tue Aug 3 11:26:22 CEST 2010


On Tue, Aug 03, 2010 at 12:17:28AM +0100, Edd Barrett wrote:
> 
> The correct default CDROM device on OpenBSD is infact /dev/rcd0c. Also we are
> currently having to patch this defualt device manually in:
> DOCS/man/en/mplayer.1
> DOCS/xml/en/cd-dvd.xml
> 
> Ideally, the correct device could be subsituted into the manual page during
> configuration(?).

Interesting idea, never thought about it before...

> --- configure	(revision 31906)
> +++ configure	(working copy)
> @@ -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"

Applied.

Diego


More information about the MPlayer-dev-eng mailing list