Update build.sh

This commit is contained in:
Daniel Stankewitz 2020-04-23 07:50:47 +02:00 committed by GitHub
parent 9eac49cd88
commit fe3d8ac4bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ function build_svt {
add_comp libsvtav1 add_comp libsvtav1
# #
# VP9 # VP9
git clone https://github.com/OpenVisualCloud/SVT-VP9.git $SRC/svt-vp9
cd $SRC/svt-vp9/Build cd $SRC/svt-vp9/Build
cmake .. -G"Visual Studio 15 2017" -A x64 -DCMAKE_INSTALL_PREFIX=$BUILD -DCMAKE_CONFIGURATION_TYPES=$MSBUILD_CONFIG 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 MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration=$MSBUILD_CONFIG /property:ConfigurationType=StaticLibrary /property:TargetExt=".lib" svt-vp9.sln