Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-09-17 17:53:21 +02:00 committed by GitHub
parent a13df75f6c
commit 44b5e52163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ elif [ "$STEP" == "libaom" ]; then
mkdir work mkdir work
cd work cd work
cmake -G "Visual Studio 15 Win64" .. -DENABLE_{DOCS,TOOLS,TESTS}=off -DAOM_TARGET_CPU=x86_64 -DCMAKE_INSTALL_PREFIX=$BUILD 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 elif [ "$STEP" == "ffmpeg" ]; then
echo "### Copying NVENC headers ..." echo "### Copying NVENC headers ..."