From 0f4383a8a00c21c2897f1e7440b6c4ca1021ac78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 31 Dec 2020 17:28:04 +0200 Subject: [PATCH] ci: Update to dav1d 0.8.0 --- ci/install-dav1d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-dav1d.sh b/ci/install-dav1d.sh index 5c7cac97..c1874ce5 100644 --- a/ci/install-dav1d.sh +++ b/ci/install-dav1d.sh @@ -1,6 +1,6 @@ set -e -RELEASE=0.7.1 +RELEASE=0.8.0 git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE cd dav1d