Skip to content

Commit

Permalink
Revert "CI: SVT-HEVC patch temporary workaround"
Browse files Browse the repository at this point in the history
This reverts commit 354d169.

no longer needed, the patch has been updated in upstream
  • Loading branch information
MartinPulec committed Jan 25, 2024
1 parent 8f200a3 commit bb09ccd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 97 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 @@ -25,9 +25,6 @@ install_svt() {
( git clone --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git && cd SVT-AV1 && cd Build && cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release && cmake --build . --parallel && sudo cmake --install . || exit 1 )
( 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
patch SVT-HEVC/ffmpeg_plugin/master-*.patch < "$GITHUB_WORKSPACE/"\
.github/scripts/Linux/tmp/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.\
patch.patch
git am -3 SVT-HEVC/ffmpeg_plugin/master-*.patch
git am -3 SVT-VP9/ffmpeg_plugin/master-*.patch
}
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion .github/scripts/Linux/tmp/README.txt

This file was deleted.

0 comments on commit bb09ccd

Please sign in to comment.