File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ install_svt() {
24
24
( 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 )
25
25
( 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 )
26
26
( 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
27
28
# if patch apply fails, try increasing $FFMPEG_GIT_DEPTH
28
29
git am -3 SVT-HEVC/ffmpeg_plugin/master-* .patch
29
30
patch SVT-VP9/ffmpeg_plugin/master-* .patch < " $GITHUB_WORKSPACE /\
You can’t perform that action at this time.
0 commit comments