Skip to content
Snippets Groups Projects
Commit 3f3ae0e4 authored by Steve Lhomme's avatar Steve Lhomme Committed by Rémi Denis-Courmont
Browse files

contrib: dav1d: use newer version with the frame delay API

This should become dav1d 1.0.1 or 1.1.0 at some point.
parent 4f74c5ca
No related branches found
No related tags found
Loading
......@@ -2,6 +2,9 @@
DAV1D_VERSION := 1.0.0
DAV1D_URL := $(VIDEOLAN)/dav1d/$(DAV1D_VERSION)/dav1d-$(DAV1D_VERSION).tar.xz
DAV1D_HASH := 6777dd0a61ab78cc9fab92af53558ea44c135056
DAV1D_VERSION := $(DAV1D_HASH)
DAV1D_GITURL := https://code.videolan.org/videolan/dav1d.git
PKGS += dav1d
ifeq ($(call need_pkg,"dav1d"),)
......@@ -11,10 +14,12 @@ endif
DAV1D_CONF = -D enable_tests=false -D enable_tools=false
$(TARBALLS)/dav1d-$(DAV1D_VERSION).tar.xz:
$(call download_pkg,$(DAV1D_URL),dav1d)
# $(call download_git,$(DAV1D_GITURL),,$(DAV1D_HASH))
# $(call download_pkg,$(DAV1D_URL),dav1d)
$(call download_git,$(DAV1D_GITURL),,$(DAV1D_HASH))
.sum-dav1d: dav1d-$(DAV1D_VERSION).tar.xz
$(call check_githash,$(DAV1D_VERSION))
touch $@
dav1d: dav1d-$(DAV1D_VERSION).tar.xz .sum-dav1d
$(UNPACK)
......
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