Update build_tc.sh
This commit is contained in:
parent
de32c7b781
commit
f86a9c95e9
@ -82,7 +82,7 @@ elif [ "$STEP" == "libogg" ]; then
|
||||
elif [ "$STEP" == "libvorbis" ]; then
|
||||
compile libvorbis "--disable-shared"
|
||||
elif [ "$STEP" == "libvpx" ]; then
|
||||
compile libvpx "--target=x86_64-win64-gcc --disable-shared --disable-examples --disable-tools --disable-docs --enable-vp9-highbitdepth"
|
||||
compile libvpx "--disable-shared --disable-examples --disable-tools --disable-docs --enable-vp9-highbitdepth"
|
||||
elif [ "$STEP" == "ffmpeg" ]; then
|
||||
echo "### Copying NVENC headers ..."
|
||||
cd $SRC/ffnvcodec
|
||||
|
Loading…
x
Reference in New Issue
Block a user