X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fconfig.h.in;h=77fd91fa3fa2a45167e69cc04c914dc96ee8fbbe;hb=8ccd224ce68ba37052c2dfff1d8a34b2c12d32ae;hp=fd7a0b58c02d6928fed0b21c0a91390374cd9433;hpb=509d5ac4429f37190345825c416e52f19d9a263f;p=vlc diff --git a/include/config.h.in b/include/config.h.in index fd7a0b58c0..77fd91fa3f 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -78,7 +78,7 @@ * in the Makefile */ /* Modules specific debugging - this will produce a lot of output, but can be - * usefull to track a bug */ + * useful to track a bug */ //#define DEBUG_INTF //#define DEBUG_INPUT //#define DEBUG_AUDIO @@ -113,7 +113,7 @@ */ /* Size of the FIFO. FIFO_SIZE+1 must be a power of 2 */ -#define FIFO_SIZE 511 +#define FIFO_SIZE 1023 /* * Paths @@ -149,13 +149,6 @@ /* Maximum number of channels */ #define INTF_MAX_CHANNELS 10 -/* - * X11 settings - */ - -/* Title of the X11 window */ -#define VOUT_TITLE "VideoLAN Client" - /***************************************************************************** * Input thread configuration *****************************************************************************/ @@ -186,6 +179,7 @@ /* Default remote server */ #define INPUT_SERVER_VAR "vlc_server" #define INPUT_SERVER_DEFAULT "138.195.143.220" +#define INPUT_BCAST_ADDR "138.195.143.255" /* Default input port */ #define INPUT_PORT_VAR "vlc_server_port" @@ -220,6 +214,8 @@ #define INPUT_DVD_DEVICE_VAR "vlc_dvd_device" #define INPUT_DVD_DEVICE_DEFAULT "/dev/dvd" +#define INPUT_TITLE_VAR "vlc_input_title" +#define INPUT_CHAPTER_VAR "vlc_input_chapter" #define INPUT_AUDIO_VAR "vlc_input_audio" #define INPUT_CHANNEL_VAR "vlc_input_channel" #define INPUT_SUBTITLE_VAR "vlc_input_subtitle" @@ -376,12 +372,8 @@ #define VOUT_FB_DEV_VAR "vlc_fb_dev" #define VOUT_FB_DEV_DEFAULT "/dev/fb0" -/* Some frame buffers aren't able to support double buffering. - * We don't want to lose one frame out of 2, so we may set the - * FB_NOYPAN - */ -// #define FB_NOYPAN - +/* The default video output window title */ +#define VOUT_TITLE "VideoLAN Client @VLC_VERSION@" /***************************************************************************** * Video parser configuration @@ -453,9 +445,9 @@ #define INTF_WARNING_VAR "warning_level" #define INTF_WARNING_DEFAULT 12 -/* Define to enable messages queues - disabling messages queue can be usefull - * when debugging, since it allows messages which would not otherwise be printed, - * due to a crash, to be printed anyway */ +/* Define to enable messages queues - disabling messages queue can be useful + * when debugging, since it allows messages which would not be printed + * due to a crash to be printed anyway */ #ifndef DEBUG #define INTF_MSG_QUEUE #endif