From f856cc7b4881b0366b5748cb63e693628642ab1d Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Tue, 18 Sep 2018 07:50:56 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_tc.sh b/build_tc.sh index 074b14f..f2b33c9 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -112,6 +112,8 @@ elif [ "$STEP" == "libaom" ]; then cd work cmake -G "Visual Studio 15 Win64" .. -DENABLE_{DOCS,TOOLS,TESTS}=off -DAOM_TARGET_CPU=x86_64 -DCMAKE_INSTALL_PREFIX=$BUILD MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" AOM.sln + cp $MSBUILD_CONFIG/aom.lib $BUILD/lib/aom.lib + cp -r ../aom $BUILD/include/aom elif [ "$STEP" == "ffmpeg" ]; then echo "### Copying NVENC headers ..."