Skip to content

Commit

Permalink
Revert "CI Linux FFmpeg: patch VP9 FFmpeg patch"
Browse files Browse the repository at this point in the history
This reverts commit c8b1e68.

the upstream SVT-VP9 patch has been updated
  • Loading branch information
MartinPulec committed Oct 21, 2024
1 parent 72ac724 commit 4d73989
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
3 changes: 0 additions & 3 deletions .github/scripts/Linux/download_build_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ install_svt() {
( 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 )
# if patch apply fails, try increasing $FFMPEG_GIT_DEPTH
git am -3 SVT-HEVC/ffmpeg_plugin/master-*.patch
patch SVT-VP9/ffmpeg_plugin/master-*.patch < "$GITHUB_WORKSPACE/\
.github/scripts/Linux/tmp/\
master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch.patch"
git am -3 SVT-VP9/ffmpeg_plugin/master-*.patch
}

Expand Down

This file was deleted.

0 comments on commit 4d73989

Please sign in to comment.