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>2023-02-20 12:09:21 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-02-20 12:09:21 +0300
commit53b6efaa6e1cf0bf462f519b32e152425edd0f45 (patch)
tree45f68538a22dfb8dd5a5d36658f21988d3f64291 /ci
parent9fc1404415c4ec600e02cfc88e4488f09c9b8e05 (diff)
ci: Update to dav1d 1.1
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1096>
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 ec6234a28..c14f154ea 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