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>2020-12-31 18:28:04 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-12-31 18:28:04 +0300
commit0f4383a8a00c21c2897f1e7440b6c4ca1021ac78 (patch)
tree4d1e7cd9e6f214e20e55a1608e5a976e602cc160 /ci
parentc09dc96c2ce1e383dc4251640a811adaadfb241b (diff)
ci: Update to dav1d 0.8.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 5c7cac975..c1874ce50 100644
--- a/ci/install-dav1d.sh
+++ b/ci/install-dav1d.sh
@@ -1,6 +1,6 @@
set -e
-RELEASE=0.7.1
+RELEASE=0.8.0
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE
cd dav1d