From f86a9c95e9695a538054bc94ed97eba79349808b Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 4 Jul 2018 15:53:30 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index bd55d91..829485f 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -82,7 +82,7 @@ elif [ "$STEP" == "libogg" ]; then elif [ "$STEP" == "libvorbis" ]; then compile libvorbis "--disable-shared" elif [ "$STEP" == "libvpx" ]; then - compile libvpx "--target=x86_64-win64-gcc --disable-shared --disable-examples --disable-tools --disable-docs --enable-vp9-highbitdepth" + compile libvpx "--disable-shared --disable-examples --disable-tools --disable-docs --enable-vp9-highbitdepth" elif [ "$STEP" == "ffmpeg" ]; then echo "### Copying NVENC headers ..." cd $SRC/ffnvcodec