From cc9341dc0e5c95dc442243bcd8ed93d486e564ec Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 4 Jul 2018 22:14:19 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index cf03503..71f80c8 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -82,7 +82,10 @@ elif [ "$STEP" == "libogg" ]; then elif [ "$STEP" == "libvorbis" ]; then compile libvorbis "--disable-shared" elif [ "$STEP" == "libvpx" ]; then - compile libvpx "--target=x86_64-win64-vs15 --enable-vp8 --enable-vp9 --disable-shared --disable-examples --disable-tools --disable-docs --enable-vp9-highbitdepth" + cd $SRC/$1 + ./configure --prefix=$BUILD --target=x86_64-win64-vs15 --enable-vp8 --enable-vp9 --disable-shared --disable-examples --disable-tools --disable-docs --enable-vp9-highbitdepth + make -j $CPU_CORES + make install elif [ "$STEP" == "ffmpeg" ]; then echo "### Copying NVENC headers ..." cd $SRC/ffnvcodec