From ed62183c768180d84d70e9d28e5b8487c86e528c Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 9 Aug 2019 09:03:08 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index a06eb73..2df8c5b 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -39,7 +39,7 @@ if [ "$STEP" == "svt-av1" ]; then cp ../Bin/Release/$MSBUILD_CONFIG/SvtAv1Enc.lib $BUILD/lib/ cp SvtAv1Enc.pc $BUILD/lib/pkgconfig/ cd $SRC/ffmpeg - # patch -N -p1 -i ../../patches/0001-libsvt-av1.patch + git apply ../svt-av1/ffmpeg_plugin/0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch elif [ "$STEP" == "libmfx" ]; then cd $SRC/libmfx if [[ ! -f "configure" ]]; then