Update build_tc.sh

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

View File

@ -86,6 +86,7 @@ elif [ "$STEP" == "libvpx" ]; then
./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
cp $BUILD/lib/x64/* $BUILD/lib/
elif [ "$STEP" == "ffmpeg" ]; then
echo "### Copying NVENC headers ..."
cd $SRC/ffnvcodec