1. 26 Apr, 2021 1 commit
    • Max Kellermann's avatar
      output/jack: enable on Windows · 0f02bbc2
      Max Kellermann authored
      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.
      0f02bbc2