Hi,
My GStreamer project, built on Windows with Visual Studio 2022, requires the Visual C++ redistributable package to be deployed. According to this documentation, this can be avoided. However, the documentation is out of date. Is it still possible to link the project against MSVCRT.DLL
? Are the .props files still needed?
Thanks!