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
This commit is contained in:
jkeil 2001-08-21 17:17:03 +00:00
parent 173cbc1e8f
commit 8039633611
2 changed files with 4 additions and 1 deletions

View File

@ -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:

3
configure vendored
View File

@ -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"
/*----------------------------------------------------------------------------
**