]> git.sesse.net Git - vlc/commitdiff
Use a subfolder for the contribs prebuilt...
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 24 Nov 2011 18:12:51 +0000 (19:12 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 24 Nov 2011 18:12:51 +0000 (19:12 +0100)
Else, we'll go mad over the management of this huge folder.

contrib/src/main.mak

index e5af90070e7416d4800e958e3e8a6aa1001ba654..f4dbd5a5137da8e2b3cd6197de6b0b0c566b7e9c 100644 (file)
@@ -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))