[vlc-commits] Contribs: glew, work-around buggy Makefile for MingW

Jean-Baptiste Kempf git at videolan.org
Wed Nov 9 19:49:25 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov  9 19:48:26 2011 +0100| [2cb0aba4b1c66644d2b4b58734863b191fcd771b] | committer: Jean-Baptiste Kempf

Contribs: glew, work-around buggy Makefile for MingW

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

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

diff --git a/contrib/src/glew/rules.mak b/contrib/src/glew/rules.mak
index ef54434..afd7570 100644
--- a/contrib/src/glew/rules.mak
+++ b/contrib/src/glew/rules.mak
@@ -18,4 +18,7 @@ endif
 .glew: glew
 	cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -DGLEW_STATIC" $(MAKE)
 	cd $< && $(HOSTVARS) GLEW_DEST=$(PREFIX) $(MAKE) install
+ifdef HAVE_WIN32
+	-rm $(PREFIX)/lib/libglew32.dll*
+endif
 	touch $@



More information about the vlc-commits mailing list