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
  2. 04 Sep, 2020 1 commit
  3. 10 Jun, 2020 1 commit
  4. 27 May, 2020 1 commit
  5. 04 Nov, 2018 1 commit
  6. 14 Oct, 2018 2 commits
  7. 17 Aug, 2018 2 commits
  8. 12 May, 2018 1 commit
  9. 24 Feb, 2018 2 commits
  10. 19 Jan, 2018 1 commit
  11. 31 Aug, 2017 1 commit
    • Max Kellermann's avatar
      win32/build.py: add -march=pentium3 to fix 32 bit LAME build · 3717fb6c
      Max Kellermann authored
      Workaround for the following LAME build failure:
      
       error: inlining failed in call to always_inline '_mm_sqrt_ps': target
       specific option mismatch
      
      This is because the LAME build scripts do not check whether SSE is
      available; they only check for the presence of the "xmmintrin.h"
      header.
      
      Requiring a Pentium 3 CPU is reasonable enough, and it's the first CPU
      to feature SSE support.
      3717fb6c
  12. 19 Jul, 2017 2 commits
  13. 20 Feb, 2017 4 commits
  14. 26 Oct, 2016 1 commit
  15. 23 Nov, 2015 2 commits
  16. 20 Nov, 2015 11 commits
  17. 17 Nov, 2015 1 commit
  18. 27 Oct, 2015 3 commits
  19. 27 Jun, 2015 1 commit
  20. 03 Jun, 2015 1 commit