[vlc-commits] Contribs: projectM seems to need pthreads to build
Jean-Baptiste Kempf
git at videolan.org
Wed Nov 9 21:49:40 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 9 21:49:15 2011 +0100| [dddf64833bfc736a792931f85833c4a9c88046f8] | committer: Jean-Baptiste Kempf
Contribs: projectM seems to need pthreads to build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dddf64833bfc736a792931f85833c4a9c88046f8
---
contrib/src/projectM/rules.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/src/projectM/rules.mak b/contrib/src/projectM/rules.mak
index 8d679ee..3447df9 100644
--- a/contrib/src/projectM/rules.mak
+++ b/contrib/src/projectM/rules.mak
@@ -27,7 +27,7 @@ endif
DEPS_projectM = glew $(DEPS_glew)
-.projectM: projectM .glew
+.projectM: projectM .glew .pthreads
-cd $< && rm CMakeCache.txt
cd $< && $(HOSTVARS) $(CMAKE) \
-DINCLUDE-PROJECTM-LIBVISUAL:BOOL=OFF \
More information about the vlc-commits
mailing list