From d948ba4ffe1e46c3d87f700f0bc8234000ef7f53 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 22 Feb 2021 09:04:43 +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 baffd4c..86b7cbb 100644 --- a/build.sh +++ b/build.sh @@ -81,7 +81,7 @@ function build_svt { 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 cp -r ../Source/API $BUILD/include/svt-av1 ; cp ../Bin/$MSBUILD_CONFIG/SvtAv1Enc.lib $BUILD/lib/ ; cp SvtAv1Enc.pc $BUILD/lib/pkgconfig/ - add_comp libsvtav1 + #add_comp libsvtav1 # # VP9 #git clone https://github.com/OpenVisualCloud/SVT-VP9.git $SRC/svt-vp9