Skip to content

windows: Fix mutexes leaking into the exports table

amyspark requested to merge amyspark/gstreamer:fix-clang64-link-part-one into main

Translation unit-local variables must be marked static on Windows, otherwise they're made available to the whole binary.

See:

https://learn.microsoft.com/en-us/cpp/cpp/program-and-linkage-cpp?view=msvc-170#external-vs-internal-linkage

Merge request reports

Loading