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-03-25 19:18:53 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-03-25 19:20:05 +0300
commit9d359d934110239dc84a6dd0cef2a2b929a93079 (patch)
tree8899d9d6acf0097764327546502c0f083286404c /ci
parent3a9a937bfd586993d1c544bb7c519753f69ca837 (diff)
ci: Update to dav1d 0.8.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 c1874ce50..1110b16bd 100644
--- a/ci/install-dav1d.sh
+++ b/ci/install-dav1d.sh
@@ -1,6 +1,6 @@
set -e
-RELEASE=0.8.0
+RELEASE=0.8.2
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE
cd dav1d