Skip to content

Commit 52b8b41

Browse files
committedNov 19, 2024·
Merge branch 'master' into media-file
2 parents 0498a46 + 8a0f0ff commit 52b8b41

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎scripts/libaom/download.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source ${SCRIPTS_DIR}/common-functions.sh
44

5-
AOM_VERSION=v3.10.0
5+
AOM_VERSION=v3.11.0
66

77
downloadTarArchive \
88
"libaom" \

‎scripts/libdav1d/download.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source ${SCRIPTS_DIR}/common-functions.sh
44

5-
DAV1D_VERSION=1.4.3
5+
DAV1D_VERSION=1.5.0
66

77
downloadTarArchive \
88
"libdav1d" \

‎scripts/libvpx/download.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source ${SCRIPTS_DIR}/common-functions.sh
44

5-
VPX_VERSION=v1.14.1
5+
VPX_VERSION=v1.15.0
66

77
downloadTarArchive \
88
"libvpx" \

‎scripts/libxml2/download.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source ${SCRIPTS_DIR}/common-functions.sh
44

5-
XML_VERSION=2.13.4
5+
XML_VERSION=2.13.5
66

77
downloadTarArchive \
88
"libxml2" \

0 commit comments

Comments
 (0)
Please sign in to comment.