GitHub CI [Linux]: SVT-HEVC - patch has been renamed

This commit is contained in:
Martin Pulec
2021-05-20 13:06:47 +02:00
parent d29b963d8b
commit f2c4c146e1
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
install_svt() {
( git clone --depth 1 https://github.com/OpenVisualCloud/SVT-HEVC && cd SVT-HEVC/Build/linux && ./build.sh release && cd Release && make && sudo make install || exit 1 )
( git clone --depth 1 https://github.com/OpenVisualCloud/SVT-AV1 && cd SVT-AV1 && cd Build && cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release && make -j $(nproc) && sudo make install || exit 1 )
git apply SVT-HEVC/ffmpeg_plugin/0001*.patch
git apply SVT-HEVC/ffmpeg_plugin/master-*.patch
}
git clone --depth 1 https://git.ffmpeg.org/ffmpeg.git /var/tmp/ffmpeg # n4.3 is needed for SVT HEVC patch