]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
* configure.in: Fixed detection of Qt-embedded.
[vlc] / include / vlc_config.h
index 6fcf8d27139a159f1bddfd35313db4321f9758c7..08b354ea687c5421444c1e913083be53f4d2a327 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
- * config.h: limits and configuration
+ * vlc_config.h: limits and configuration
  * Defines all compilation-time configuration constants and size limits
  *****************************************************************************
- * Copyright (C) 1999, 2000, 2001 VideoLAN
+ * Copyright (C) 1999-2002 VideoLAN
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@via.ecp.fr>
 #define AOUT_MAX_THREADS                10
 
 /* Volume */
-#define VOLUME_DEFAULT                  256
-#define VOLUME_STEP                     32
-#define VOLUME_MAX                      1024
-#define VOLUME_MIN                      0
+#define AOUT_VOLUME_DEFAULT             256
+#define AOUT_VOLUME_STEP                32
+#define AOUT_VOLUME_MAX                 1024
+#define AOUT_VOLUME_MIN                 0
 
 /* Max number of pre-filters per input, and max number of post-filters */
 #define AOUT_MAX_FILTERS                10