GitHub CI [Linux]: FFmpeg - fixed SVT build in U18.04

See AOMediaCodec/SVT-AV1#226.
This commit is contained in:
Martin Pulec
2021-07-09 09:14:59 +02:00
parent 35b86816b2
commit da9aa3aa41

View File

@@ -11,6 +11,7 @@ install_libvpx() {
}
install_svt() {
sudo apt install yasm
( git clone --depth 1 https://github.com/OpenVisualCloud/SVT-HEVC && cd SVT-HEVC/Build/linux && ./build.sh release && cd Release && make -j $(nproc) && 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 -3 SVT-HEVC/ffmpeg_plugin/master-*.patch