[vlc-commits] contrib: disable projectM on non-Win32 until glew rules are fixed

Rémi Denis-Courmont git at videolan.org
Sat Nov 5 17:19:15 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Nov  5 18:19:06 2011 +0200| [1193208c49c16d1283093e0475e204b2e8008a5f] | committer: Rémi Denis-Courmont

contrib: disable projectM on non-Win32 until glew rules are fixed

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1193208c49c16d1283093e0475e204b2e8008a5f
---

 contrib/src/projectM/rules.mak |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/contrib/src/projectM/rules.mak b/contrib/src/projectM/rules.mak
index 286dd34..a3053cb 100644
--- a/contrib/src/projectM/rules.mak
+++ b/contrib/src/projectM/rules.mak
@@ -2,7 +2,10 @@
 PROJECTM_VERSION := 2.0.1
 PROJECTM_URL := $(SF)/projectm/$(PROJECTM_VERSION)/projectM-$(PROJECTM_VERSION)-Source.tar.gz
 
+# FIXME: glew build rules for non-Win32
+ifdef HAVE_WIN32
 PKGS += projectM
+endif
 ifeq ($(call need_pkg,"libprojectM"),)
 PKGS_FOUND += projectM
 endif



More information about the vlc-commits mailing list