Skip to content

Commit

Permalink
Merge branch 'master' into media-file
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Nov 19, 2024
2 parents 0498a46 + 8a0f0ff commit 52b8b41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/libaom/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source ${SCRIPTS_DIR}/common-functions.sh

AOM_VERSION=v3.10.0
AOM_VERSION=v3.11.0

downloadTarArchive \
"libaom" \
Expand Down
2 changes: 1 addition & 1 deletion scripts/libdav1d/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source ${SCRIPTS_DIR}/common-functions.sh

DAV1D_VERSION=1.4.3
DAV1D_VERSION=1.5.0

downloadTarArchive \
"libdav1d" \
Expand Down
2 changes: 1 addition & 1 deletion scripts/libvpx/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source ${SCRIPTS_DIR}/common-functions.sh

VPX_VERSION=v1.14.1
VPX_VERSION=v1.15.0

downloadTarArchive \
"libvpx" \
Expand Down
2 changes: 1 addition & 1 deletion scripts/libxml2/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source ${SCRIPTS_DIR}/common-functions.sh

XML_VERSION=2.13.4
XML_VERSION=2.13.5

downloadTarArchive \
"libxml2" \
Expand Down

0 comments on commit 52b8b41

Please sign in to comment.