From 53b6efaa6e1cf0bf462f519b32e152425edd0f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 20 Feb 2023 11:09:21 +0200 Subject: [PATCH] ci: Update to dav1d 1.1 Part-of: --- 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 ec6234a2..c14f154e 100644 --- a/ci/install-dav1d.sh +++ b/ci/install-dav1d.sh @@ -1,6 +1,6 @@ set -e -RELEASE=1.0.0 +RELEASE=1.1.0 git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE cd dav1d