Remove the old runtime linking system for pthread.

This commit is contained in:
David Reid
2022-11-20 10:53:46 +10:00
parent 0b6e80b030
commit e531dd255e
2 changed files with 3 additions and 82 deletions
+1
View File
@@ -3,6 +3,7 @@ v0.11.12 - TBD
* Fix a crash due to a race condition in the resource manager.
* Fix a crash with some backends when rerouting the playback side of a duplex device.
* Fix some bugs with initialization of POSIX threads.
* Remove the old runtime linking system for pthread. The `MA_USE_RUNTIME_LINKING_FOR_PTHREAD` option is no longer used.
v0.11.11 - 2022-11-04