diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-12 13:34:24 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-12 13:34:24 +0000 |
commit | af96dc228e30fbe8f0f1882d6398a84238b5b6d1 (patch) | |
tree | aaaab73480cb0ec1543023ccf7021864ace8ee75 | |
parent | 452e4f41982edfc6491d806c94480d589ef3ba2d (diff) |
add define of DEFAULT_CDROM_DEVICE
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1496 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |