From de32c7b7813111340c319b309142eb57dfd31806 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 4 Jul 2018 15:51:39 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tc.sh b/build_tc.sh index 0c64d94..bd55d91 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -78,11 +78,11 @@ elif [ "$STEP" == "x265" ]; then cp x265_config.h $BUILD/include/ cp ../../../source/x265.h $BUILD/include/ elif [ "$STEP" == "libogg" ]; then - compile libogg "--disable-shared --target=x86_64-win64-vs15" + compile libogg "--disable-shared" elif [ "$STEP" == "libvorbis" ]; then compile libvorbis "--disable-shared" elif [ "$STEP" == "libvpx" ]; then - compile libvpx "--target=x86_64-win64-vs15 --disable-shared --disable-examples --disable-tools --disable-docs" + compile libvpx "--target=x86_64-win64-gcc --disable-shared --disable-examples --disable-tools --disable-docs --enable-vp9-highbitdepth" elif [ "$STEP" == "ffmpeg" ]; then echo "### Copying NVENC headers ..." cd $SRC/ffnvcodec