From 27ff6f6f3812a43068d8b499595a503fbc17c873 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 4 Jul 2018 08:53:50 +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 b23e6f6..0b2b2d3 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -81,7 +81,7 @@ elif [ "$STEP" == "libogg" ]; then elif [ "$STEP" == "libvorbis" ]; then compile libvorbis "--disable-shared --target=x86_64-win64-vs15" elif [ "$STEP" == "libvpx" ]; then - compile libvpx "--disable-shared --target=x86_64-win64-vs15" + compile libvpx "--disable-shared --target=x86_64-win64-vs15 --disable-examples" elif [ "$STEP" == "ffmpeg" ]; then echo "### Copying NVENC headers ..." cd $SRC/ffnvcodec