[vlc-commits] commit: Contrib: fix gcrypt compilation on Win32 (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Mon Nov 1 14:52:02 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov  1 13:43:21 2010 +0100| [5bc4c10e6525b7f610de89a6987b2e530925786c] | committer: Jean-Baptiste Kempf 

Contrib: fix gcrypt compilation on Win32

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

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

diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index 168534a..82abe19 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -1,7 +1,7 @@
 #***************************************************************************
 # src/Makefile : Dearchive and compile all files necessary
 # ***************************************************************************
-# Copyright (C) 2003 - 2009 the VideoLAN team
+# Copyright (C) 2003 - 2010 the VideoLAN team
 # $Id$
 #
 # Authors: Christophe Massiot <massiot at via.ecp.fr>
@@ -1823,7 +1823,7 @@ CIPHDIG= --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd1
 
 .gcrypt: libgcrypt .gpg-error
 ifdef HAVE_WIN32
-	(cd $<; ./autogen.sh && $(HOSTCC) ./configure $(HOSTCONF) --target=i586-mingw32msvc --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" $(CIPHDIG) --disable-shared --enable-static --disable-nls && make && make install)
+	(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --target=i586-mingw32msvc --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" $(CIPHDIG) --disable-shared --enable-static --disable-nls && make && make install)
 else
 	(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS) -lgpg-error" $(CIPHDIG) && make && make install)
 endif



More information about the vlc-commits mailing list