X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_config.h;h=443a84650a3d9320c2ae9699c3d8c625e190cb68;hb=2e11ee156299d7c2730d17bca35ebf09c02967ec;hp=ba1c2e4c1c3e4a9c6a515e4635f7ceaced1009a7;hpb=d246063ae6567e74d48426ce5c7b1c54f32235bf;p=vlc diff --git a/include/vlc_config.h b/include/vlc_config.h index ba1c2e4c1c..443a84650a 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -11,7 +11,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -58,6 +58,7 @@ # define CONFIG_DIR ".vlc" #endif #define CONFIG_FILE "vlcrc" +#define PLUGINSCACHE_FILE "vlcplugins" /***************************************************************************** * Interface configuration @@ -108,7 +109,7 @@ * Channel method */ -/* Delay between channel changes - this is required to avoid flooding the +/* Delay between channel changes - this is required to avoid flooding the * channel server */ #define INPUT_CHANNEL_CHANGE_DELAY (mtime_t)(5*CLOCK_FREQ) @@ -120,9 +121,11 @@ #if !defined( WIN32 ) && !defined( UNDER_CE ) # define DVD_DEVICE "/dev/dvd" # define VCD_DEVICE "/dev/cdrom" +# define CDAUDIO_DEVICE "/dev/cdrom" #else # define DVD_DEVICE "D:" # define VCD_DEVICE "D:" +# define CDAUDIO_DEVICE "D:" #endif /***************************************************************************** @@ -198,7 +201,7 @@ /* Maximum number of active areas in a rendering buffer. Active areas are areas * of the picture which need to be cleared before re-using the buffer. If a * picture, including its many additions such as subtitles, additionnal user - * informations and interface, has too many active areas, some of them are + * information and interface, has too many active areas, some of them are * joined. */ #define VOUT_MAX_AREAS 5