]> git.sesse.net Git - vlc/blobdiff - include/config.h.in
* Fixed a few warnings with gcc 3.0.
[vlc] / include / config.h.in
index f61f7bd6486554c29d68a58c652c210f41c399a6..f8ec6082a822468ff24863729295c461bced1567 100644 (file)
  * Audio configuration
  *****************************************************************************/
 
+/* Maximum number of audio output threads */
+#define AOUT_MAX_THREADS                10
+
 /* Environment variable containing the audio output method */
 #define AOUT_METHOD_VAR                 "vlc_aout"
 
  * Video configuration
  *****************************************************************************/
 
+/* Maximum number of video output threads */
+#define VOUT_MAX_THREADS                10
+
 /*
  * Default settings for video output threads
  */