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:
authorArun Raghavan <arun@asymptotic.io>2022-03-23 12:43:19 +0300
committerArun Raghavan <arun@asymptotic.io>2022-05-11 15:29:15 +0300
commitea98a0b5964cd196abbb48c621969a8ef33eb157 (patch)
tree1054b1caad15a4691d5842139a00b4890435b599 /ci
parent943a138d490e1e97435c428208be7f781c9a2c1e (diff)
dav1ddec: Bump dependency for dav1d 1.0.0
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/698>
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 381b44981..ec6234a28 100644
--- a/ci/install-dav1d.sh
+++ b/ci/install-dav1d.sh
@@ -1,6 +1,6 @@
set -e
-RELEASE=0.9.2
+RELEASE=1.0.0
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE
cd dav1d