Update build_tc.sh
This commit is contained in:
parent
42cad8a8c9
commit
8a510d345f
@ -81,12 +81,13 @@ elif [ "$STEP" == "libogg" ]; then
|
|||||||
compile libogg "--disable-shared"
|
compile libogg "--disable-shared"
|
||||||
elif [ "$STEP" == "libvorbis" ]; then
|
elif [ "$STEP" == "libvorbis" ]; then
|
||||||
compile libvorbis "--disable-shared"
|
compile libvorbis "--disable-shared"
|
||||||
|
sed -i '/^Libs\.private.*/d' $BUILD/lib/pkgconfig/vorbis.pc # don't need m.lib on windows
|
||||||
elif [ "$STEP" == "libvpx" ]; then
|
elif [ "$STEP" == "libvpx" ]; then
|
||||||
cd $SRC/libvpx
|
cd $SRC/libvpx
|
||||||
./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
|
./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 -j $CPU_CORES
|
||||||
make install
|
make install
|
||||||
cp $BUILD/lib/x64/* $BUILD/lib/
|
cp $BUILD/lib/x64/vpxmd.lib $BUILD/lib/vpx.lib
|
||||||
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