Update build_tc.sh
This commit is contained in:
parent
40b4709b35
commit
cc9341dc0e
@ -82,7 +82,10 @@ 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 "--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
|
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