Update build_tc.sh
This commit is contained in:
parent
ea35c36ffb
commit
27ff6f6f38
@ -81,7 +81,7 @@ elif [ "$STEP" == "libogg" ]; then
|
|||||||
elif [ "$STEP" == "libvorbis" ]; then
|
elif [ "$STEP" == "libvorbis" ]; then
|
||||||
compile libvorbis "--disable-shared --target=x86_64-win64-vs15"
|
compile libvorbis "--disable-shared --target=x86_64-win64-vs15"
|
||||||
elif [ "$STEP" == "libvpx" ]; then
|
elif [ "$STEP" == "libvpx" ]; then
|
||||||
compile libvpx "--disable-shared --target=x86_64-win64-vs15"
|
compile libvpx "--disable-shared --target=x86_64-win64-vs15 --disable-examples"
|
||||||
elif [ "$STEP" == "ffmpeg" ]; then
|
elif [ "$STEP" == "ffmpeg" ]; then
|
||||||
echo "### Copying NVENC headers ..."
|
echo "### Copying NVENC headers ..."
|
||||||
cd $SRC/ffnvcodec
|
cd $SRC/ffnvcodec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user