[vlc-devel] commit: Remove THREAD_COND_TIMEOUT ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu May 22 22:01:45 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Thu May 22 22:59:49 2008 +0300| [b2060480374a36794958855d153d48801d18ea5f]

Remove THREAD_COND_TIMEOUT

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b2060480374a36794958855d153d48801d18ea5f
---

 include/vlc_config.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/include/vlc_config.h b/include/vlc_config.h
index 3617fa7..81eb4d0 100644
--- a/include/vlc_config.h
+++ b/include/vlc_config.h
@@ -44,10 +44,6 @@
  * status */
 #define THREAD_SLEEP                    ((mtime_t)(0.010*CLOCK_FREQ))
 
-/* When a thread waits on a condition in debug mode, delay to wait before
- * outputting an error message (in second) */
-#define THREAD_COND_TIMEOUT             3
-
 /*****************************************************************************
  * Interface configuration
  *****************************************************************************/




More information about the vlc-devel mailing list