[vlc-commits] contrib: add stub pthreads
Rémi Denis-Courmont
git at videolan.org
Tue Jul 5 22:47:17 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jul 5 23:44:56 2011 +0300| [3f27dcbab3115c8a7b866d2fb3c3cb7c914706c3] | committer: Rémi Denis-Courmont
contrib: add stub pthreads
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f27dcbab3115c8a7b866d2fb3c3cb7c914706c3
---
contrib/src/pthreads/rules.mak | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/contrib/src/pthreads/rules.mak b/contrib/src/pthreads/rules.mak
new file mode 100644
index 0000000..b762f09
--- /dev/null
+++ b/contrib/src/pthreads/rules.mak
@@ -0,0 +1,5 @@
+# POSIX threads
+
+ifndef HAVE_WIN32
+PKGS_FOUND += pthreads
+endif
More information about the vlc-commits
mailing list