Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-04 09:29:23 +02:00 committed by GitHub
parent 5fb9d008d7
commit a1567070c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 --disable-examples --disable-tools --disable-docs --enable-webm-io --enable-libyuv"
compile libvpx "--disable-shared --target=x86_64-win64-vs15 --disable-examples --disable-tools --disable-docs"
elif [ "$STEP" == "ffmpeg" ]; then
echo "### Copying NVENC headers ..."
cd $SRC/ffnvcodec