From fc6ecbb83a81c9797ae9bf0365e42b3daa4be541 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 4 Jul 2018 15:34:27 +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 768c37f..0c64d94 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -80,7 +80,7 @@ elif [ "$STEP" == "x265" ]; then elif [ "$STEP" == "libogg" ]; then compile libogg "--disable-shared --target=x86_64-win64-vs15" elif [ "$STEP" == "libvorbis" ]; then - compile libvorbis "--disable-shared --target=x86_64-win64-vs15" + compile libvorbis "--disable-shared" elif [ "$STEP" == "libvpx" ]; then compile libvpx "--target=x86_64-win64-vs15 --disable-shared --disable-examples --disable-tools --disable-docs" elif [ "$STEP" == "ffmpeg" ]; then