From fe3d8ac4bb746f555996f7a3fbd4d5f66dccbe5e Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Thu, 23 Apr 2020 07:50:47 +0200 Subject: [PATCH] Update build.sh --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 589cf5e..1facedb 100644 --- a/build.sh +++ b/build.sh @@ -84,6 +84,7 @@ function build_svt { add_comp libsvtav1 # # VP9 + git clone https://github.com/OpenVisualCloud/SVT-VP9.git $SRC/svt-vp9 cd $SRC/svt-vp9/Build cmake .. -G"Visual Studio 15 2017" -A x64 -DCMAKE_INSTALL_PREFIX=$BUILD -DCMAKE_CONFIGURATION_TYPES=$MSBUILD_CONFIG MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration=$MSBUILD_CONFIG /property:ConfigurationType=StaticLibrary /property:TargetExt=".lib" svt-vp9.sln