]> git.sesse.net Git - vlc/blobdiff - include/config.h
. am�lioration de la YUV 8bpp
[vlc] / include / config.h
index 5f48529c086e18db707bbb563f7d327da0f9e21f..d4db0df0990fe5a111a9c81068c3555e04341241 100644 (file)
@@ -24,7 +24,7 @@
  *****************************************************************************/
 
 /* Program version and copyright message */
-#define COPYRIGHT_MESSAGE              "VideoLAN Client v" PROGRAM_VERSION " - (c)1999-2000 VideoLAN"
+#define COPYRIGHT_MESSAGE               "VideoLAN Client v" PROGRAM_VERSION " - (c)1999-2000 VideoLAN"
 #define VERSION_MESSAGE                 "VideoLAN Client - (c)1999-2000 VideoLAN\n" \
                                         "version " PROGRAM_VERSION " ( " PROGRAM_BUILD " )\n" \
                                         "compilation options: " PROGRAM_OPTIONS
@@ -97,7 +97,7 @@
  *****************************************************************************/
 
 /* Environment variable used to store startup script name and default value */
-#define INTF_INIT_SCRIPT_VAR           "vlc_init"
+#define INTF_INIT_SCRIPT_VAR            "vlc_init"
 #define INTF_INIT_SCRIPT_DEFAULT        "vlc.init"
 
 /* Environment variable used to store channels file and default value */
  * Audio configuration
  *****************************************************************************/
 
+/* Environment variable containing the audio output method */
+#define AOUT_METHOD_VAR                 "vlc_aout"
+                                       
 /* Environment variable used to store dsp device name, and default value */
 #define AOUT_DSP_VAR                    "vlc_dsp"
 #define AOUT_DSP_DEFAULT                "/dev/dsp"
  * Default settings for video output threads
  */
 
+/* Environment variable containing the display method */
+#define VOUT_METHOD_VAR                 "vlc_vout"
+                                       
 /* Environment variable used in place of DISPLAY if available */
 #define VOUT_DISPLAY_VAR                "vlc_display"