forked from mirrors/gstreamer-rs
ci: Update to dav1d >= 1.3.0
This is going to be needed for: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1507 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1413>
This commit is contained in:
parent
d7fe0709a5
commit
e5830c2ea9
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
variables:
|
||||
GST_RS_IMG_TAG: "2024-03-20.0"
|
||||
GST_RS_IMG_TAG: "2024-03-20.1"
|
||||
GST_RS_STABLE: "1.76.0"
|
||||
GST_RS_MSRV: "1.70.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
set -e
|
||||
|
||||
RELEASE=1.1.0
|
||||
RELEASE=1.4.1
|
||||
|
||||
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE
|
||||
cd dav1d
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
||||
|
||||
# Download gstreamer and all its subprojects
|
||||
git clone -b 1.1.0 --depth 1 https://code.videolan.org/videolan/dav1d.git C:\dav1d
|
||||
git clone -b 1.4.1 --depth 1 https://code.videolan.org/videolan/dav1d.git C:\dav1d
|
||||
if (!$?) {
|
||||
Write-Host "Failed to clone dav1d"
|
||||
Exit 1
|
||||
|
|
Loading…
Reference in a new issue