From 2c0b408072017847e9cce1dd3c80d4866fe8e843 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Tue, 17 Feb 2009 02:22:28 +0000 Subject: Add OpenBSD support to the CDDA, DVD & VCD input code. --- src/input/input_dvd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/input/input_dvd.c') diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index ff3000e5d..279f3c64e 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -115,6 +115,9 @@ /* There really isn't a default on Windows! */ #define DVD_PATH "d:\\" #define RDVD_PATH "d:\\" +#elif defined(__OpenBSD__) +#define DVD_PATH "/dev/rcd0c" +#define RDVD_PATH "/dev/rcd0c" #else #define DVD_PATH "/dev/dvd" #define RDVD_PATH "/dev/rdvd" -- cgit v1.2.3