1. 11 Jan, 2022 1 commit
    • Sam Bazley's avatar
      Fix Android build error: needs_exe_wrapper · fbecb05b
      Sam Bazley authored
      lib/src/libmpdclient-2.19/meson.build:1:0: ERROR: Unknown options: "needs_exe_wrapper"
      
      The "needs_exe_wrapper" option was incorrectly set under
      [built-in options] rather than [properties].
      fbecb05b
  2. 04 Nov, 2021 2 commits
  3. 31 Oct, 2021 2 commits
  4. 07 Oct, 2021 3 commits
  5. 21 Sep, 2021 8 commits
  6. 20 Sep, 2021 8 commits
  7. 23 Aug, 2021 1 commit
  8. 10 Aug, 2021 4 commits
  9. 06 Aug, 2021 4 commits
  10. 23 Jun, 2021 1 commit
  11. 26 May, 2021 1 commit
  12. 17 May, 2021 3 commits
  13. 11 May, 2021 1 commit
  14. 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