From 9c31a38a4c8b32649eee5a18a316d267f10d1ed1 Mon Sep 17 00:00:00 2001 From: Javernaut Date: Sat, 11 Feb 2023 19:34:57 +0100 Subject: [PATCH] Using libvpx 1.13.0 --- scripts/libvpx/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/libvpx/download.sh b/scripts/libvpx/download.sh index 4dd9f65..5b9f410 100755 --- a/scripts/libvpx/download.sh +++ b/scripts/libvpx/download.sh @@ -2,7 +2,7 @@ source ${SCRIPTS_DIR}/common-functions.sh -VPX_VERSION=v1.12.0 +VPX_VERSION=v1.13.0 downloadTarArchive \ "libvpx" \