]> git.sesse.net Git - vlc/commitdiff
Contribs: projectM seems to need pthreads to build
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 9 Nov 2011 20:49:15 +0000 (21:49 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 9 Nov 2011 20:49:15 +0000 (21:49 +0100)
contrib/src/projectM/rules.mak

index 8d679eeb61bccd17e1954a99213bce41d03b9b33..3447df9bd85220e78412182cd6de1dfc53965afc 100644 (file)
@@ -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 \