[vlc-commits] MacOS X has pthread
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Fri Dec 21 20:14:45 CET 2012
    
    
  
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Dec 21 20:14:29 2012 +0100| [619388332aaf2fbcb13ec85300158770803b2359] | committer: Jean-Baptiste Kempf
MacOS X has pthread
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=619388332aaf2fbcb13ec85300158770803b2359
---
 npapi/common.h |    1 +
 1 file changed, 1 insertion(+)
diff --git a/npapi/common.h b/npapi/common.h
index ff029c9..3a3f1e1 100644
--- a/npapi/common.h
+++ b/npapi/common.h
@@ -37,6 +37,7 @@
 #if defined(_WIN32)
 #   define XP_WIN 1
 #elif defined(__APPLE__)
+#   define HAVE_PTHREAD
 #   define XP_MACOSX 1
 #else
 #   define HAVE_PTHREAD
    
    
More information about the vlc-commits
mailing list