ad26ed0
diff -Nur audacious-plugins-fedora-2.1-orig/src/jack/jack.c audacious-plugins-fedora-2.1-jack/src/jack/jack.c
ad26ed0
--- audacious-plugins-fedora-2.1-orig/src/jack/jack.c	2009-07-07 00:40:36.000000000 +0200
ad26ed0
+++ audacious-plugins-fedora-2.1-jack/src/jack/jack.c	2009-11-30 13:16:38.361958852 +0100
f862cb4
@@ -236,7 +236,7 @@
f862cb4
 
f862cb4
 
f862cb4
 /* Return the amount of data that can be written to the device */
ad26ed0
-static gint jack_free(void)
ad26ed0
+static gint audacious_jack_free(void)
f862cb4
 {
f862cb4
   unsigned long return_val = JACK_GetBytesFreeSpace(driver);
f862cb4
   unsigned long tmp;
f862cb4
@@ -448,7 +448,7 @@
f862cb4
     .close_audio = jack_close,
f862cb4
     .flush = jack_flush,
f862cb4
     .pause = jack_pause,
ad26ed0
-    .buffer_free = jack_free,
ad26ed0
+    .buffer_free = audacious_jack_free,
f862cb4
     .buffer_playing = jack_playing,
f862cb4
     .output_time = jack_get_output_time,
f862cb4
     .written_time = jack_get_written_time,