]> git.pld-linux.org Git - packages/audacious-plugins.git/blame - audacious-plugins-jack.patch
- rel 3; fix build
[packages/audacious-plugins.git] / audacious-plugins-jack.patch
CommitLineData
246a3cd9
AM
1Index: audacious-plugins-2.2/src/jack/jack.c
2===================================================================
3--- audacious-plugins-2.2.orig/src/jack/jack.c
4+++ audacious-plugins-2.2/src/jack/jack.c
5@@ -236,7 +236,7 @@ static OutputPluginInitStatus jack_init(
6
7
8 /* Return the amount of data that can be written to the device */
9-static gint jack_free(void)
10+static gint audacious_jack_free(void)
11 {
12 unsigned long return_val = JACK_GetBytesFreeSpace(driver);
13 unsigned long tmp;
14@@ -448,7 +448,7 @@ OutputPlugin jack_op =
15 .close_audio = jack_close,
16 .flush = jack_flush,
17 .pause = jack_pause,
18- .buffer_free = jack_free,
19+ .buffer_free = audacious_jack_free,
20 .buffer_playing = jack_playing,
21 .output_time = jack_get_output_time,
22 .written_time = jack_get_written_time,
This page took 0.16347 seconds and 4 git commands to generate.