# HG changeset patch # User jkeil # Date 998414223 0 # Node ID 3005f75b82fd76ae359bf093538f8c46e0f480f3 # Parent 7336606415f23126cd8a636ca39ef6bffa532635 Provide a better default for the DVD device on solaris. diff -r 7336606415f2 -r 3005f75b82fd DOCS/SOLARIS --- 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: diff -r 7336606415f2 -r 3005f75b82fd configure --- 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" /*---------------------------------------------------------------------------- **