mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
add define of DEFAULT_CDROM_DEVICE
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1496 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
452e4f4198
commit
af96dc228e
6
configure
vendored
6
configure
vendored
@ -1962,6 +1962,12 @@ $_confwin32
|
||||
/* Define this to any prefered value from 386 up to infinity with step 100 */
|
||||
#define __CPU__ $iproc
|
||||
|
||||
#ifdef sun
|
||||
#define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0"
|
||||
#else
|
||||
#define DEFAULT_CDROM_DEVICE "/dev/cdrom"
|
||||
#endif
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
**
|
||||
** NOTE: Instead of modifying these definitions here, use the
|
||||
|
Loading…
Reference in New Issue
Block a user