Update build.sh
This commit is contained in:
parent
9eac49cd88
commit
fe3d8ac4bb
1
build.sh
1
build.sh
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user