Update build_tc.sh
This commit is contained in:
parent
27c57ff047
commit
1dd6e5f06c
@ -36,8 +36,8 @@ if [ "$STEP" == "svt-av1" ]; then
|
|||||||
cd $SRC/svt-av1/Build
|
cd $SRC/svt-av1/Build
|
||||||
cmake .. -G"Visual Studio 15 2017" -A x64 -DCMAKE_INSTALL_PREFIX=$BUILD -DCMAKE_CONFIGURATION_TYPES="Debug;Release"
|
cmake .. -G"Visual Studio 15 2017" -A x64 -DCMAKE_INSTALL_PREFIX=$BUILD -DCMAKE_CONFIGURATION_TYPES="Debug;Release"
|
||||||
MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" Source/Lib/Encoder/SvtAv1Enc.vcxproj
|
MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" Source/Lib/Encoder/SvtAv1Enc.vcxproj
|
||||||
cd $SRC/ffmpeg
|
# cd $SRC/ffmpeg
|
||||||
patch -N -p1 -i ../../patches/0001-libsvt-av1.patch
|
# patch -N -p1 -i ../../patches/0001-libsvt-av1.patch
|
||||||
elif [ "$STEP" == "libmfx" ]; then
|
elif [ "$STEP" == "libmfx" ]; then
|
||||||
cd $SRC/libmfx
|
cd $SRC/libmfx
|
||||||
if [[ ! -f "configure" ]]; then
|
if [[ ! -f "configure" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user