mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 08:40:28 +00:00
GitHub CI [Linux]: SVT-HEVC - patch has been renamed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user