]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
* OS X: Fixed a segfault with empty configuration strings (closes #65),
[vlc] / include / vlc_config.h
index 80fdd361e28e5a82eeed1e4697f7b0345b9aee8c..11ef129caafeec3fc4de5b6da6c8783d4f7e566a 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_config.h: limits and configuration
  * Defines all compilation-time configuration constants and size limits
  *****************************************************************************
- * Copyright (C) 1999-2002 VideoLAN
+ * Copyright (C) 1999-2003 VideoLAN
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@via.ecp.fr>
@@ -45,7 +45,7 @@
 
 /* When a thread waits on a condition in debug mode, delay to wait before
  * outputting an error message (in second) */
-#define THREAD_COND_TIMEOUT             5
+#define THREAD_COND_TIMEOUT             15
 
 /* The configuration file and directory */
 #ifdef SYS_BEOS