1. 10 Nov, 2021 1 commit
    • 0xC0ncord's avatar
      output/plugins: fix build error with clang and -stdlib=libc++ · 061dd2df
      0xC0ncord authored
      This fixes this build error observed with clang and -stdlib=libc++:
      
      ../mpd-0.23.3/src/output/plugins/PipeWireOutputPlugin.cxx:661:55: error: implicit instantiation of undefined template 'std::array<std::byte, 64>'
              std::array<std::byte, MAX_CHANNELS * MAX_INTERLEAVE> buffer;
                                                                   ^
      /usr/include/c++/v1/__tuple:219:64: note: template is declared here
      template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                                     ^
      061dd2df
  2. 04 Nov, 2021 2 commits
  3. 31 Oct, 2021 2 commits
  4. 26 Oct, 2021 1 commit
  5. 23 Oct, 2021 4 commits
  6. 22 Oct, 2021 7 commits
  7. 21 Oct, 2021 8 commits
  8. 20 Oct, 2021 8 commits
  9. 19 Oct, 2021 5 commits
  10. 18 Oct, 2021 2 commits