From f2c4c146e10517cdf660d2833ab17127b4bd555b Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 20 May 2021 13:06:47 +0200 Subject: [PATCH] GitHub CI [Linux]: SVT-HEVC - patch has been renamed --- .github/scripts/Linux/download_build_ffmpeg.sh | 2 +- .github/workflows/ccpp.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/Linux/download_build_ffmpeg.sh b/.github/scripts/Linux/download_build_ffmpeg.sh index 4ad9cbfee..c2194f95b 100755 --- a/.github/scripts/Linux/download_build_ffmpeg.sh +++ b/.github/scripts/Linux/download_build_ffmpeg.sh @@ -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 diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index b0e5da244..e0b6566d4 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -81,7 +81,7 @@ jobs: uses: actions/cache@v1 with: path: '/var/tmp/ffmpeg' - key: cache-ffmpeg-8 + key: cache-ffmpeg-12 - name: Build FFmpeg if: steps.cache-ffmpeg.outputs.cache-hit != 'true' run: .github/scripts/Linux/download_build_ffmpeg.sh