Skip to content

Commit 79f8591

Browse files
committed
CI Linux FFmpeg: libsvtav1 API change patch
1 parent 9a6f079 commit 79f8591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/Linux/download_build_ffmpeg.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ install_svt() {
2424
( git clone --depth 1 https://github.com/OpenVisualCloud/SVT-HEVC && cd SVT-HEVC/Build/linux && ./build.sh release && cd Release && sudo cmake --install . || exit 1 )
2525
( 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 )
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 )
27+
git apply SVT-AV1/.gitlab/workflows/linux/ffmpeg_n7_fix.patch
2728
# if patch apply fails, try increasing $FFMPEG_GIT_DEPTH
2829
git am -3 SVT-HEVC/ffmpeg_plugin/master-*.patch
2930
patch SVT-VP9/ffmpeg_plugin/master-*.patch < "$GITHUB_WORKSPACE/\

0 commit comments

Comments
 (0)