From 0f02bbc2fe4fa5e359dd3da7bb6fe9e87e96a98b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Apr 2021 17:29:58 +0200 Subject: 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. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') 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 -- cgit v1.2.3