ci: Update to dav1d 1.4.3

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1491>
This commit is contained in:
Sebastian Dröge 2024-08-05 11:21:57 +03:00 committed by Jordan Petridis
parent ce9c1729b8
commit 99f598a45a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
set -e
RELEASE=1.4.2
RELEASE=1.4.3
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE
cd dav1d

View file

@ -1,7 +1,7 @@
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
# Download gstreamer and all its subprojects
git clone -b 1.4.2 --depth 1 https://code.videolan.org/videolan/dav1d.git C:\dav1d
git clone -b 1.4.3 --depth 1 https://code.videolan.org/videolan/dav1d.git C:\dav1d
if (!$?) {
Write-Host "Failed to clone dav1d"
Exit 1