From 8a8cdcfbe117b0c908549badc03076c9eddf23f3 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Thu, 5 Jul 2018 10:10:28 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index e98a067..aa7b74f 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -87,7 +87,8 @@ elif [ "$STEP" == "libvpx" ]; then ./configure --prefix=$BUILD --target=x86_64-win64-vs15 --enable-vp9-highbitdepth --disable-shared --disable-examples --disable-tools --disable-docs --disable-libyuv --disable-unit_tests --disable-postproc make -j $CPU_CORES make install - cp $BUILD/lib/x64/vpxmd.lib $BUILD/lib/vpx.lib + mv $BUILD/lib/x64/vpxmd.lib $BUILD/lib/vpx.lib + rm -rf $BUILD/lib/x64 elif [ "$STEP" == "ffmpeg" ]; then echo "### Copying NVENC headers ..." cd $SRC/ffnvcodec