From 3517a9c53c0b58d0a96a6d8c422ddeb15116cea4 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Thu, 23 Apr 2020 10:23:59 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 26940fa..546bea3 100644 --- a/build.sh +++ b/build.sh @@ -95,7 +95,7 @@ function build_svt { cd $SRC/ffmpeg git apply $SRC/svt-hevc/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch git apply $SRC/svt-av1/ffmpeg_plugin/0001-Add-ability-for-ffmpeg-to-run-svt-av1-with-svt-hevc.patch - git apply $SRC/svt-vp9/ffmpeg_plugin/0001-Add-ability-for-ffmpeg-to-run-svt-vp9-with-svt-hevc-av1.patch + git apply $SRC/svt-vp9/ffmpeg_plugin/0001-Add-ability-for-ffmpeg-to-run-svt-vp9-with-hevc-av1.patch #git am $SRC/svt-hevc/ffmpeg_plugin/0001*.patch #git apply $SRC/svt-av1/ffmpeg_plugin/0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch }