From dc4eb170e84d8a369bcc41f3491b54cf52a49407 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 4 Jul 2018 23:21:45 +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 273f127..6f77d03 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -82,8 +82,8 @@ elif [ "$STEP" == "libogg" ]; then elif [ "$STEP" == "libvorbis" ]; then compile libvorbis "--disable-shared" elif [ "$STEP" == "libvpx" ]; then - cd $SRC/$1 - ./configure --prefix=$BUILD --target=x86_64-win64-vs15 --enable-vp8 --enable-vp9 --disable-unit_tests --disable-shared --disable-examples --disable-tools --disable-docs --enable-vp9-highbitdepth + cd $SRC/libvpx + ./configure --prefix=$BUILD --target=x86_64-win64-vs15 --enable-vp9-highbitdepth --disable-shared --disable-examples --disable-tools --disable-docs --disable-libyuv --disable-unit_tests --disable-postproc make -j $CPU_CORES make install elif [ "$STEP" == "ffmpeg" ]; then