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-09-10 10:21:01 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-09-10 10:21:01 +0300
commite61bfa1ea9a1f383cb0e035025c7243806c50dc3 (patch)
tree9f9ead338edb074b8121f3340adfef4008ba07c4 /ci
parentb9864acad64131f516cb5147720f6a1c0f628657 (diff)
ci: Update to dav1d 0.9.2
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 377435d5b..66c32a7e8 100644
--- a/ci/install-dav1d.sh
+++ b/ci/install-dav1d.sh
@@ -1,6 +1,6 @@
set -e
-RELEASE=0.9.0
+RELEASE=0.9.2
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE
cd dav1d