gentoo-ebuilds/media-sound/scream/files/scream-4.0-gcc15.patch
Alexey Sokolov cd0b8120c0
media-sound/scream: update cmake compatibility
Closes: https://bugs.gentoo.org/964612
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/44747
Closes: https://github.com/gentoo/gentoo/pull/44747
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-24 13:28:03 +00:00

11 lines
355 B
Diff

--- a/Receivers/unix/jack.c
+++ b/Receivers/unix/jack.c
@@ -107,7 +107,7 @@ jo_data;
static int init_resampler();
static int init_channels();
static int connect_ports();
-static int process_source_data();
+static int process_source_data(receiver_data_t *data);
// JACK realtime process callback
int jack_process(jack_nframes_t nframes, void *arg);