From 44b5e5216385420c41ba834ad41f5485736f6c9a Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 17 Sep 2018 17:53:21 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index 4fd2bb1..074b14f 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -111,7 +111,7 @@ elif [ "$STEP" == "libaom" ]; then mkdir work cd work cmake -G "Visual Studio 15 Win64" .. -DENABLE_{DOCS,TOOLS,TESTS}=off -DAOM_TARGET_CPU=x86_64 -DCMAKE_INSTALL_PREFIX=$BUILD - MSBuild.exe /property:Configuration=Release AOM.sln + MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" AOM.sln elif [ "$STEP" == "ffmpeg" ]; then echo "### Copying NVENC headers ..."