From 42cad8a8c9cff42c94ef3b9e459e992f0d9f49b3 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 4 Jul 2018 23:29:30 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tc.sh b/build_tc.sh index 6f77d03..2f99012 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -86,6 +86,7 @@ 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/* $BUILD/lib/ elif [ "$STEP" == "ffmpeg" ]; then echo "### Copying NVENC headers ..." cd $SRC/ffnvcodec