Skip to content
Snippets Groups Projects
Commit 15c12e62 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by gerrit2
Browse files

contrib: download ffmpeg 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: I6f93179a18c13d411a83896afa3e8cc134bbd33f
parent 6143f7ea
No related branches found
No related tags found
No related merge requests found
FFMPEG_HASH := c40983a6f631d22fede713d535bb9c31d5c9740c
FFMPEG_GITURL := https://github.com/FFmpeg/FFmpeg.git
FFMPEG_URL := https://git.ffmpeg.org/gitweb/ffmpeg.git/snapshot/$(FFMPEG_HASH).tar.gz
ifdef HAVE_WIN32
PKGS += ffmpeg
......@@ -157,10 +157,10 @@ PKGS_FOUND += ffmpeg
endif
$(TARBALLS)/ffmpeg-$(FFMPEG_HASH).tar.xz:
$(call download_git,$(FFMPEG_GITURL),release/2.6, $(FFMPEG_HASH))
$(call download,$(FFMPEG_URL))
.sum-ffmpeg: ffmpeg-$(FFMPEG_HASH).tar.xz
$(warning Not implemented.)
$(warning $@ is not implemented.)
touch $@
ffmpeg: ffmpeg-$(FFMPEG_HASH).tar.xz .sum-ffmpeg
......
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