Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Update deps to 2024-08-08 release #11097

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

RytoEX
Copy link
Member

@RytoEX RytoEX commented Aug 8, 2024

Description

Notable changes:

  • deps.ffmpeg: Enable Media Foundation
  • deps.ffmpeg: Update nv-codec to 12.2.72.0
  • deps.macos: Use correct CMake vars for libajantv2
  • deps.macos: Add SIMD Everywhere to macOS deps
  • deps.windows: Add SIMD Everywhere to Windows deps
  • deps.windows: Update VPL to v2.12.0

Motivation and Context

Unblock:

How Has This Been Tested?

I have not done full tests with OBS Studio against these deps.

Types of changes

  • Tweak (non-breaking change to improve existing functionality)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

@RytoEX RytoEX added Enhancement Improvement to existing functionality Seeking Testers Build artifacts on CI labels Aug 8, 2024
@RytoEX RytoEX self-assigned this Aug 8, 2024
@RytoEX RytoEX requested review from derrod and PatTheMav August 8, 2024 19:43
@RytoEX
Copy link
Member Author

RytoEX commented Aug 8, 2024

CMake Error at C:/Program Files/CMake/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find FFnvcodec: Found unsuitable version "12.2", required range
is "12.0.0.0...<12.2.0.0" (found

Also update the required range to include FFnvcodec 12.2 in a separate commit.

@derrod
Copy link
Member

derrod commented Aug 8, 2024

Also update the required range to include FFnvcodec 12.2 in a separate commit.

That won't work because of the backwards compatibility hack, as previously mentioned #10536 is required for the new version.

@RytoEX
Copy link
Member Author

RytoEX commented Aug 8, 2024

Also update the required range to include FFnvcodec 12.2 in a separate commit.

That won't work because of the backwards compatibility hack, as previously mentioned #10536 is required for the new version.

I'm seeing that now, which is very unfortunate, because that makes this deps update a breaking change that I cannot simply land to unblock those PRs.

Notable changes:
 * deps.ffmpeg: Enable Media Foundation
 * deps.ffmpeg: Update nv-codec to 12.2.72.0
 * deps.macos: Use correct CMake vars for libajantv2
 * deps.macos: Add SIMD Everywhere to macOS deps
 * deps.windows: Add SIMD Everywhere to Windows deps
 * deps.windows: Update VPL to v2.12.0
@RytoEX RytoEX added this to the OBS Studio 31 milestone Aug 16, 2024
@RytoEX RytoEX merged commit df137d9 into obsproject:master Aug 16, 2024
15 checks passed
@RytoEX RytoEX deleted the update-deps branch August 16, 2024 17:01
@RytoEX
Copy link
Member Author

RytoEX commented Aug 16, 2024

Given that these deps are built with newer MSVC, the SVT-AV1 issue(s) may be resolved here as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improvement to existing functionality Seeking Testers Build artifacts on CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants