mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
This is a major upgrade to the 0.24.x branch of MPD. For most users it is expected to just work[tm], but a lot has changed behind the scenes. Details: - See changelog since 0.23.17, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.3/NEWS - The SOUNDCLOUD and YAJL OPTIONs have been retired upstream and in the port.
11 lines
335 B
C++
11 lines
335 B
C++
--- src/input/plugins/CdioParanoiaInputPlugin.cxx.orig 2025-03-16 11:40:07 UTC
|
|
+++ src/input/plugins/CdioParanoiaInputPlugin.cxx
|
|
@@ -5,6 +5,8 @@
|
|
* CD-Audio handling (requires libcdio_paranoia)
|
|
*/
|
|
|
|
+#include <cstddef>
|
|
+
|
|
#include "CdioParanoiaInputPlugin.hxx"
|
|
#include "lib/cdio/Paranoia.hxx"
|
|
#include "lib/fmt/RuntimeError.hxx"
|