From 91f7c5b974bcfa906e1959a63071951335e0189d Mon Sep 17 00:00:00 2001 From: Wan-Teh Chang Date: Tue, 19 Nov 2024 11:57:09 -0800 Subject: [PATCH] Update to the SVT-AV1 v2.3.0 release --- third-party/svt.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/svt.cmd b/third-party/svt.cmd index d084426e96..5b114df40b 100644 --- a/third-party/svt.cmd +++ b/third-party/svt.cmd @@ -5,7 +5,7 @@ : # If you want to enable the SVT-AV1 encoder, please check that the WITH_SvtEnc and WITH_SvtEnc_BUILTIN CMake variables are set correctly. : # You will also have to set the PKG_CONFIG_PATH to "third-party/SVT-AV1/Build/linux/Release" so that the local SVT-AV1 library is found. -git clone -b v2.2.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git +git clone -b v2.3.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git cd SVT-AV1 cd Build/linux