mpd/src/output
0xC0ncord 061dd2dfef output/plugins: fix build error with clang and -stdlib=libc++
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;
                                                               ^
2021-11-10 15:35:56 -05:00
..
plugins output/plugins: fix build error with clang and -stdlib=libc++ 2021-11-10 15:35:56 -05:00
Client.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Control.cxx output/Control: fold Configure() into the constructor 2021-10-22 20:21:58 +02:00
Control.hxx output/Control: make config fields const 2021-10-22 20:22:22 +02:00
Defaults.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
Defaults.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Domain.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
Domain.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Error.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Filtered.cxx Partition, ...: use libfmt for logging 2021-06-24 21:40:11 +02:00
Filtered.hxx output/Filtered: improve API docs 2021-10-22 19:54:38 +02:00
Finish.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
Init.cxx filter/Chain: eliminate, just use a chain of TwoFilters instead 2021-08-26 17:45:23 +02:00
Interface.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
Interface.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
meson.build client/Response: add method Fmt() based on libfmt 2021-05-25 16:01:56 +02:00
MultipleOutputs.cxx output/Control: fold Configure() into the constructor 2021-10-22 20:21:58 +02:00
MultipleOutputs.hxx output/Multiple: remove unused method Add() 2021-10-22 20:21:35 +02:00
OutputAPI.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
OutputCommand.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
OutputCommand.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
OutputPlugin.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
OutputPlugin.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Print.cxx output/print, command/player: print bool as integer 2021-05-28 18:02:00 +02:00
Print.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Registry.cxx Merge branch 'v0.22.x' 2021-03-05 19:33:46 +01:00
Registry.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
SharedPipeConsumer.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
SharedPipeConsumer.hxx make several member functions const 2021-08-26 13:15:52 -07:00
Source.cxx clang-tidy: use default 2021-08-16 20:48:28 -07:00
Source.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
State.cxx decoder/mad, ...: more libfmt logging 2021-06-25 20:52:08 +02:00
State.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Thread.cxx output/Thread: remove duplicate code by calling InternalCloseOutput() 2021-10-22 19:54:47 +02:00
Timer.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
Timer.hxx copyright year 2021 2021-01-01 19:54:28 +01:00