From a708eda7531d3a996b2f677eb2578b9f6e5d7397 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Sat, 1 Jan 2022 15:14:27 -0500 Subject: [PATCH] CI: Update Windows obs-deps package to 2022-01-01 This aligns CI Windows builds with recently shipped deps to support AV1 and RIST as well as providing other updates. * Update FFmpeg from 4.2.4 to 4.4.1 * Update nv-codec-headers from 9.0.18.2 to 11.1.5.0 * Add libaom and SVT-AV1 support (64-bit only) * Add RIST support * Enable multithreading for libvpx obs-deps builds --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c3963482b..de452320e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -499,7 +499,7 @@ jobs: QT_VERSION: '5.15.2' CMAKE_GENERATOR: "Visual Studio 16 2019" CMAKE_SYSTEM_VERSION: "10.0.18363.657" - WINDOWS_DEPS_VERSION: '2021-11-13' + WINDOWS_DEPS_VERSION: '2022-01-01' WINDOWS_DEPS_CACHE_VERSION: '1' VLC_VERSION: '3.0.0-git' VIRTUALCAM-GUID: "A3FCE0F5-3493-419F-958A-ABA1250EC20B" @@ -568,7 +568,7 @@ jobs: - name: 'Install prerequisite: Pre-built dependencies' if: steps.deps-cache.outputs.cache-hit != 'true' run: | - curl -L -O https://github.com/obsproject/obs-deps/releases/download/${{ env.WINDOWS_DEPS_VERSION }}/windows-deps-${{ env.WINDOWS_DEPS_VERSION }}.zip --retry 5 -C - + curl -L -O https://github.com/obsproject/obs-deps/releases/download/win-${{ env.WINDOWS_DEPS_VERSION }}/windows-deps-${{ env.WINDOWS_DEPS_VERSION }}.zip --retry 5 -C - 7z x windows-deps-${{ env.WINDOWS_DEPS_VERSION }}.zip -o"${{ github.workspace }}/cmbuild/deps" - name: 'Install prerequisite: VLC' if: steps.vlc-cache.outputs.cache-hit != 'true' @@ -609,7 +609,7 @@ jobs: QT_VERSION: '5.15.2' CMAKE_GENERATOR: "Visual Studio 16 2019" CMAKE_SYSTEM_VERSION: "10.0.18363.657" - WINDOWS_DEPS_VERSION: '2021-11-13' + WINDOWS_DEPS_VERSION: '2022-01-01' WINDOWS_DEPS_CACHE_VERSION: '1' VIRTUALCAM-GUID: "A3FCE0F5-3493-419F-958A-ABA1250EC20B" steps: @@ -677,7 +677,7 @@ jobs: - name: 'Install prerequisite: Pre-built dependencies' if: steps.deps-cache.outputs.cache-hit != 'true' run: | - curl -L -O https://github.com/obsproject/obs-deps/releases/download/${{ env.WINDOWS_DEPS_VERSION }}/windows-deps-${{ env.WINDOWS_DEPS_VERSION }}.zip --retry 5 -C - + curl -L -O https://github.com/obsproject/obs-deps/releases/download/win-${{ env.WINDOWS_DEPS_VERSION }}/windows-deps-${{ env.WINDOWS_DEPS_VERSION }}.zip --retry 5 -C - 7z x windows-deps-${{ env.WINDOWS_DEPS_VERSION }}.zip -o"${{ github.workspace }}/cmbuild/deps" - name: 'Install prerequisite: VLC' if: steps.vlc-cache.outputs.cache-hit != 'true'