Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-06-20 11:34:58 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-06-20 11:54:06 +0300
commit94ae345701203211f192108bdba9c1f20e584243 (patch)
tree2f79b25131dd274156edd996edabfa914a8e8a23 /ci
parent640ce43fee3e1bd1ec493ed3078d7888dddb58ed (diff)
ci: Update to dav1d 0.9.0
Diffstat (limited to 'ci')
-rw-r--r--ci/install-dav1d.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-dav1d.sh b/ci/install-dav1d.sh
index 1110b16bd..377435d5b 100644
--- a/ci/install-dav1d.sh
+++ b/ci/install-dav1d.sh
@@ -1,6 +1,6 @@
set -e
-RELEASE=0.8.2
+RELEASE=0.9.0
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE
cd dav1d