Mercurial > mplayer.hg
comparison configure @ 1495:4d47c954f0cb
add define of DEFAULT_CDROM_DEVICE
author | arpi |
---|---|
date | Sun, 12 Aug 2001 13:34:24 +0000 |
parents | 1a4c9a7e9b67 |
children | f29e0c2bb675 |
comparison
equal
deleted
inserted
replaced
1494:d11e510d0c04 | 1495:4d47c954f0cb |
---|---|
1960 $_confwin32 | 1960 $_confwin32 |
1961 | 1961 |
1962 /* Define this to any prefered value from 386 up to infinity with step 100 */ | 1962 /* Define this to any prefered value from 386 up to infinity with step 100 */ |
1963 #define __CPU__ $iproc | 1963 #define __CPU__ $iproc |
1964 | 1964 |
1965 #ifdef sun | |
1966 #define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0" | |
1967 #else | |
1968 #define DEFAULT_CDROM_DEVICE "/dev/cdrom" | |
1969 #endif | |
1970 | |
1965 /*---------------------------------------------------------------------------- | 1971 /*---------------------------------------------------------------------------- |
1966 ** | 1972 ** |
1967 ** NOTE: Instead of modifying these definitions here, use the | 1973 ** NOTE: Instead of modifying these definitions here, use the |
1968 ** --enable/--disable options of the ./configure script! | 1974 ** --enable/--disable options of the ./configure script! |
1969 ** See ./configure --help for details. | 1975 ** See ./configure --help for details. |