obs-deps
obs-deps copied to clipboard
### Description Build Qt Designer with our Qt deps ### Motivation and Context We should have always have a readily available version of designer people can use without having to...
### Description This is an exploratory PR for possible future native ARM64 builds on Windows. Some dependencies cannot be built for ARM64 yet, others require specific workarounds, yet others can...
### Description This enables building of qtcharts (as well as qtopengl, qtopenglwidgets) on which it depends. ### Motivation and Context This is a companion to other PRs in obs-studio enabling...
### Description Add support for Windows ARM64 ### Motivation and Context Make OBS Studio great on Windows ARM64 devices. ### How Has This Been Tested? Still need further integrated test....
### Description Note that there is a bug in curl that can prevent curl from successfully interpreting a fully downloaded file as completed. The bug was fixed on October 30,...
### Description Adds brotli and nghttp2 libraries to curl for HTTP/2 and brotli compression support. Also switches curl to being a static library. ### Motivation and Context Currently all HTTP...
### Description Removes x86 slices of most Windows dependencies, with the exception of Detours and Vulkan, which are both needed for capture plugins. ### Motivation and Context Deprecate all traces...
### Description It was disabled to workaround issues with N editions of Windows. Since a while FFmpeg is patched to dynamically load MFPlat.DLL rather than being directly linked to it,...
### Description Update SVT-AV1 to 3.0.0. SVT-AV1 3.0.0 no longer vendors cpuinfo (see [SVT-AV1 release notes](https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v3.0.0) and [the commit in question](https://gitlab.com/AOMediaCodec/SVT-AV1/-/commit/54ac9322e79508e6ef3474d77f8e32e4ca49b923)). They now use CMake's FetchContent by default, unless we...
### Description utils.pwsh: Add debug logging in Install-BuildDependencies ### Motivation and Context While checking another issue, it was helpful to have additional debug logging. If the reflection to get the...