Update build_tc.sh

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

View File

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