mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-27 07:58:16 -04:00
libcamera is planning to move to C++20 and drop the custom `libcamera::Span` type at some point in the future. Since pipewire already uses C++20, remove all uses of it and instead use `std::span` so that things will compile after the removal. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||