From ed7b3ce6e23a9575e31d52aeb9a5a8e35d85f7ee Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Thu, 17 Dec 2020 23:24:44 +0100 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4638e29..3bfa746 100644 --- a/build.sh +++ b/build.sh @@ -76,7 +76,7 @@ function build_svt { #add_comp libsvthevc # # AV1 (patch needed for FFmpeg 4.3) - git clone --depth 1 --branch v0.8.4 https://github.com/OpenVisualCloud/SVT-AV1.git $SRC/svt-av1 + git clone --depth 1 --branch v0.8.6 https://github.com/OpenVisualCloud/SVT-AV1.git $SRC/svt-av1 cd $SRC/svt-av1/Build cmake .. -G"Visual Studio 15 2017" -A x64 -DCMAKE_INSTALL_PREFIX=$BUILD -DCMAKE_CONFIGURATION_TYPES=$MSBUILD_CONFIG MSBuild.exe /maxcpucount:$NUMBER_OF_PROCESSORS /property:Configuration=$MSBUILD_CONFIG /property:ConfigurationType=StaticLibrary /property:TargetExt=.lib Source/Lib/Encoder/SvtAv1Enc.vcxproj