changeset 1608:3005f75b82fd

Provide a better default for the DVD device on solaris.
author jkeil
date Tue, 21 Aug 2001 17:17:03 +0000
parents 7336606415f2
children 84199d075839
files DOCS/SOLARIS configure
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/SOLARIS	Tue Aug 21 14:00:57 2001 +0000
+++ b/DOCS/SOLARIS	Tue Aug 21 17:17:03 2001 +0000
@@ -60,6 +60,8 @@
 4. For DVD support you must have the patched libcss installed. Patch:
    http://www.tools.de/solaris/mplayer/
 
+   On that web page you'll also find solaris patches for libdvdread-0.8.0.
+
 
 5. Due to two bugs in solaris 8 x86,  you cannot reliably play DVDs using a
    capacity >4GB: 
--- a/configure	Tue Aug 21 14:00:57 2001 +0000
+++ b/configure	Tue Aug 21 17:17:03 2001 +0000
@@ -2045,11 +2045,12 @@
 
 #ifdef sun
 #define	DEFAULT_CDROM_DEVICE	"/vol/dev/aliases/cdrom0"
+#define DEFAULT_DVD_DEVICE	DEFAULT_CDROM_DEVICE
 #else
 #define DEFAULT_CDROM_DEVICE    "/dev/cdrom"
+#define DEFAULT_DVD_DEVICE	"/dev/dvd"
 #endif
 
-#define DEFAULT_DVD_DEVICE "/dev/dvd"
 
 /*----------------------------------------------------------------------------
 **