Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-04 16:00:30 +02:00 committed by GitHub
parent f86a9c95e9
commit 40b4709b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ elif [ "$STEP" == "libogg" ]; then
elif [ "$STEP" == "libvorbis" ]; then elif [ "$STEP" == "libvorbis" ]; then
compile libvorbis "--disable-shared" compile libvorbis "--disable-shared"
elif [ "$STEP" == "libvpx" ]; then elif [ "$STEP" == "libvpx" ]; then
compile libvpx "--disable-shared --disable-examples --disable-tools --disable-docs --enable-vp9-highbitdepth" compile libvpx "--target=x86_64-win64-vs15 --enable-vp8 --enable-vp9 --disable-shared --disable-examples --disable-tools --disable-docs --enable-vp9-highbitdepth"
elif [ "$STEP" == "ffmpeg" ]; then elif [ "$STEP" == "ffmpeg" ]; then
echo "### Copying NVENC headers ..." echo "### Copying NVENC headers ..."
cd $SRC/ffnvcodec cd $SRC/ffnvcodec