Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-04 15:34:27 +02:00 committed by GitHub
parent 05d7bd4605
commit fc6ecbb83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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