[vlc-devel] commit: fix a message, contribs are not windows-specific ( Rafaël Carré )
git version control
git at videolan.org
Thu Mar 13 12:39:40 CET 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Mar 13 12:39:34 2008 +0100| [036f56dfac0a62fd072555d8caf04a986f0edd08]
fix a message, contribs are not windows-specific
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=036f56dfac0a62fd072555d8caf04a986f0edd08
---
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 4522320..9052331 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2345,7 +2345,7 @@ asa: asa.git.tar.gz
.asa: asa .fontconfig .pcre .iconv
(cd $<; ./bootstrap; $(HOSTCC) CFLAGS="$(CFLAGS) -DPCRE_STATIC" ./configure $(HOSTCONF) --prefix=$(PREFIX))
- (cd $</lib/import; echo "Please copy a ./prepare file you built for your host into asa/lib/import"; echo "When you are finished, press enter." ; echo "If you are building on Windows, press enter." ; read i ; make)
+ (cd $</lib/import; echo "Please copy a ./prepare file you built for your host into asa/lib/import"; echo "When you are finished, press enter." ; echo "If you are building natively, press enter." ; read i ; make)
(cd $<; make && make install)
$(INSTALL_NAME)
touch $@
More information about the vlc-devel
mailing list