[vlc-commits] commit: Contribs: remove unneeded change of CFLAGS for win32 ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Tue Jun 8 12:19:54 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun  8 12:19:21 2010 +0200| [6e7990245b66b55fd2ec44054ac3d66840af6e81] | committer: Jean-Baptiste Kempf 

Contribs: remove unneeded change of CFLAGS for win32

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

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index de4c12c..ce4574d 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -980,7 +980,7 @@ libebml: libebml-$(LIBEBML_VERSION).tar.bz2
 
 .ebml: libebml
 ifdef HAVE_WIN32
-	(cd $<; make -C make/mingw32 prefix=$(PREFIX) $(HOSTCC) CFLAGS="$(CFLAGS) -DWIN32" SHARED=no && make -C make/linux install_staticlib install_headers prefix=$(PREFIX) $(HOSTCC))
+	(cd $<; make -C make/mingw32 prefix=$(PREFIX) $(HOSTCC) SHARED=no && make -C make/linux install_staticlib install_headers prefix=$(PREFIX) $(HOSTCC))
 else
 	(cd $<; make -C make/linux prefix=$(PREFIX) $(HOSTCC2) staticlib && make -C make/linux install_staticlib install_headers prefix=$(PREFIX))
 	$(RANLIB) $(PREFIX)/lib/libebml.a



More information about the vlc-commits mailing list