You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Visual Studio project links against the MinGW libraries, but the version checked in to the UnityTests directory is linked against the MSVC libraries.
The DLL in the UnityTests directory from latest commit (5c80bde) which you can clearly see links against the MSVC gstreamer libraries
The version in commit 5e3f345 which you can clearly see is linked against MinGW gstreamer libraries
A version built directly from source by Visual Studio 2019 on a clean Windows 10 Pro x64 workstation which correctly links against the MinGW gstreamer libraries
The text was updated successfully, but these errors were encountered:
The Visual Studio project links against the MinGW libraries, but the version checked in to the UnityTests directory is linked against the MSVC libraries.
The DLL in the UnityTests directory from latest commit (5c80bde) which you can clearly see links against the MSVC gstreamer libraries
The version in commit 5e3f345 which you can clearly see is linked against MinGW gstreamer libraries
A version built directly from source by Visual Studio 2019 on a clean Windows 10 Pro x64 workstation which correctly links against the MinGW gstreamer libraries
The text was updated successfully, but these errors were encountered: