mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 22:28:01 +00:00
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:
parent
173cbc1e8f
commit
8039633611
@ -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
3
configure
vendored
@ -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"
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
**
|
||||
|
Loading…
Reference in New Issue
Block a user