summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/SOLARIS2
-rwxr-xr-xconfigure3
2 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/SOLARIS b/DOCS/SOLARIS
index ea502b123d..c85fd9aa2c 100644
--- a/DOCS/SOLARIS
+++ b/DOCS/SOLARIS
@@ -60,6 +60,8 @@ Notes for Solaris users
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 --git a/configure b/configure
index b1fe80288d..3933191564 100755
--- a/configure
+++ b/configure
@@ -2045,11 +2045,12 @@ $_confwin32
#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"
/*----------------------------------------------------------------------------
**