Commit aee3c6f9 authored by Rafaël Carré's avatar Rafaël Carré

contrib: download prebuilt contribs

parent cc8487db
...@@ -278,6 +278,15 @@ ifdef HAVE_WIN32 ...@@ -278,6 +278,15 @@ ifdef HAVE_WIN32
OS=win32 OS=win32
endif endif
PREBUILT_URL=ftp://ftp.videolan.org/pub/videolan/contrib/$(OS)/vlc-contrib-$(OS)-$(HOST)-latest.tar.bz2
vlc-contrib-$(OS)-$(HOST)-latest.tar.bz2:
$(call download,$(PREBUILT_URL))
prebuilt: vlc-contrib-$(OS)-$(HOST)-latest.tar.bz2
$(UNPACK) && mv $(HOST) $(TOPDST)
cd $(TOPDST)/$(HOST) && ./change_prefix.sh
package: install package: install
rm -Rf tmp/ rm -Rf tmp/
mkdir -p tmp/ mkdir -p tmp/
...@@ -306,7 +315,7 @@ list: ...@@ -306,7 +315,7 @@ list:
@echo To-be-built packages: @echo To-be-built packages:
@echo ' $(PKGS)' | fmt @echo ' $(PKGS)' | fmt
.PHONY: all fetch fetch-all install mostlyclean clean distclean package list .PHONY: all fetch fetch-all install mostlyclean clean distclean package list prebuilt
# CMake toolchain # CMake toolchain
toolchain.cmake: toolchain.cmake:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment