Skip to content

Commit 8881d22

Browse files
committed
Revert "CI Linux FFmpeg: patch VP9 FFmpeg patch"
This reverts commit c8b1e68. the upstream SVT-VP9 patch has been updated
1 parent a6ed0cb commit 8881d22

File tree

2 files changed

+0
-65
lines changed

2 files changed

+0
-65
lines changed

.github/scripts/Linux/download_build_ffmpeg.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ install_svt() {
2626
( git clone --depth 1 https://github.com/OpenVisualCloud/SVT-VP9.git && cd SVT-VP9/Build && cmake .. -DCMAKE_BUILD_TYPE=Release && cmake --build . --parallel && sudo cmake --install . || exit 1 )
2727
# if patch apply fails, try increasing $FFMPEG_GIT_DEPTH
2828
git am -3 SVT-HEVC/ffmpeg_plugin/master-*.patch
29-
patch SVT-VP9/ffmpeg_plugin/master-*.patch < "$GITHUB_WORKSPACE/\
30-
.github/scripts/Linux/tmp/\
31-
master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch.patch"
3229
git am -3 SVT-VP9/ffmpeg_plugin/master-*.patch
3330
}
3431

.github/scripts/Linux/tmp/master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch.patch

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)