summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-04-07 17:29:58 +0200
committerMax Kellermann <max@musicpd.org>2021-04-26 21:47:20 +0200
commit0f02bbc2fe4fa5e359dd3da7bb6fe9e87e96a98b (patch)
tree824508159b1c1736659d84d1304db9cb6f678a68 /NEWS
parentb885f358a51d1ea6b126372a3d122b26c19dbe46 (diff)
output/jack: enable on Windows
This enables the JACK output plugin on Windows, but doesn't link against libjack64.dll, instead loads the DLL at runtime with LoadLibrary(). This kludge avoids the extremely fragile JACK shared memory protocol by using the system's libjack64.dll, without requiring the same DLL at build time.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a9a846f70..74e975f31 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ ver 0.22.7 (not yet released)
- simple: fix database corruption bug
* output
- fix crash when pausing with multiple partitions
+ - jack: enable on Windows
- httpd: send header "Access-Control-Allow-Origin: *"
- wasapi: add algorithm for finding usable audio format
- wasapi: use default device only if none was configured