]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads.h
New system for handling elements in the main interface
[vlc] / include / vlc_threads.h
index 913c89ad9bcfdac2d0786aae6bdbc5440302d9f8..9627fc1fc01bd8b22abd8cfebe2bc847cd6127c0 100644 (file)
@@ -48,6 +48,8 @@
 #   include <byteorder.h>
 
 #elif defined( PTHREAD_COND_T_IN_PTHREAD_H )  /* pthreads (like Linux & BSD) */
+#   define LIBVLC_USE_PTHREAD 1
+
 #   include <pthread.h>
 #   ifdef DEBUG
         /* Needed for pthread_cond_timedwait */