Skip to content
Snippets Groups Projects
Commit 6143f7ea authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Alexandre Viau
Browse files

contrib: download libav as archive


Downloading archive is less network bw consuming and almost faster
than cloning the full requested branch.

Reviewed-by: default avatarAlexandre Viau <alexandre.viau@savoirfairelinux.net>
Change-Id: I7581a546088dd173fbb2f2c1e50aeae64eb274cb
parent cd11af96
No related branches found
No related tags found
No related merge requests found
#Libav 11-1 (git version packaged for ubuntu 14.10)
LIBAV_HASH := f851477889ae48e2f17073cf7486e1d5561b7ae4
LIBAV_GITURL := git://git.libav.org/libav.git
LIBAV_URL := https://git.libav.org/?p=libav.git;a=snapshot;h=$(LIBAV_HASH);sf=tgz
ifndef HAVE_WIN32
PKGS += libav
......@@ -171,10 +171,10 @@ PKGS_FOUND += libav
endif
$(TARBALLS)/libav-$(LIBAV_HASH).tar.xz:
$(call download_git,$(LIBAV_GITURL),master,$(LIBAV_HASH))
$(call download,$(LIBAV_URL))
.sum-libav: libav-$(LIBAV_HASH).tar.xz
$(warning Not implemented.)
$(warning $@ is not implemented.)
touch $@
libav: libav-$(LIBAV_HASH).tar.xz .sum-libav
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment