From 1dd6e5f06c3bd2e5b4f1f368a31a6975f7bae9bb Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 7 Aug 2019 08:25:28 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tc.sh b/build_tc.sh index b6f471a..e14fdee 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -36,8 +36,8 @@ if [ "$STEP" == "svt-av1" ]; then cd $SRC/svt-av1/Build 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 - cd $SRC/ffmpeg - patch -N -p1 -i ../../patches/0001-libsvt-av1.patch + # cd $SRC/ffmpeg + # patch -N -p1 -i ../../patches/0001-libsvt-av1.patch elif [ "$STEP" == "libmfx" ]; then cd $SRC/libmfx if [[ ! -f "configure" ]]; then