[vlc-commits] Use a subfolder for the contribs prebuilt...
Jean-Baptiste Kempf
git at videolan.org
Thu Nov 24 19:13:26 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov 24 19:12:51 2011 +0100| [1a3321747ebf0dc2740f13aa7ac14440c981460d] | committer: Jean-Baptiste Kempf
Use a subfolder for the contribs prebuilt...
Else, we'll go mad over the management of this huge folder.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1a3321747ebf0dc2740f13aa7ac14440c981460d
---
contrib/src/main.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index e5af900..f4dbd5a 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -270,7 +270,7 @@ distclean: clean
$(RM) config.mak
unlink Makefile
-PREBUILT_URL=ftp://ftp.videolan.org/pub/videolan/contrib/vlc-contrib-$(HOST)-latest.tar.bz2
+PREBUILT_URL=ftp://ftp.videolan.org/pub/videolan/contrib/$(HOST)/vlc-contrib-$(HOST)-latest.tar.bz2
vlc-contrib-$(HOST)-latest.tar.bz2:
$(call download,$(PREBUILT_URL))
More information about the vlc-commits
mailing list