From b7fd6e5a56f8ad8ea1aace1fa752a4365c876f1d Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Thu, 15 Aug 2019 19:31:33 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tc.sh b/build_tc.sh index 077242f..1c98642 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -58,6 +58,7 @@ if [ "$STEP" == "svt" ]; then cp -r ../Source/API $BUILD/include/svt-vp9 ; cp ../Bin/$MSBUILD_CONFIG/SvtVp9Enc.lib $BUILD/lib/ ; cp SvtVp9Enc.pc $BUILD/lib/pkgconfig/ # # PATCHES + sed -i 's/-lpthread //g' $BUILD/lib/pkgconfig/SvtVp9Enc.pc cd $SRC/ffmpeg git apply ../svt-hevc/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch git apply ../svt-av1/ffmpeg_plugin/0001-Add-ability-for-ffmpeg-to-run-svt-av1-with-svt-hevc.patch