From ea35c36ffb91cd6e7a25b22843144e30d8c37e19 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 4 Jul 2018 08:37:40 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_tc.sh b/build_tc.sh index 8408964..b23e6f6 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -77,11 +77,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" + compile libogg "--disable-shared --target=x86_64-win64-vs15" elif [ "$STEP" == "libvorbis" ]; then - compile libvorbis "--disable-shared" + compile libvorbis "--disable-shared --target=x86_64-win64-vs15" elif [ "$STEP" == "libvpx" ]; then - compile libvpx "--disable-shared" + compile libvpx "--disable-shared --target=x86_64-win64-vs15" elif [ "$STEP" == "ffmpeg" ]; then echo "### Copying NVENC headers ..." cd $SRC/ffnvcodec