summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 17:17:03 +0000
committerjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 17:17:03 +0000
commit8039633611f1bd2433370ceeecaba610e5a038ae (patch)
tree0fc11ca3d2619d1157988567dc7fdc2da25cd073
parent173cbc1e8f9acdc0908e0836ea9a3b21bf8cac15 (diff)
downloadmpv-8039633611f1bd2433370ceeecaba610e5a038ae.tar.bz2
mpv-8039633611f1bd2433370ceeecaba610e5a038ae.tar.xz
Provide a better default for the DVD device on solaris.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1609 b3059339-0415-0410-9bf9-f77b7e298cf2
-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"
/*----------------------------------------------------------------------------
**