Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-04 23:21:45 +02:00 committed by GitHub
parent c1167f7d7d
commit dc4eb170e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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