public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins/files: 2.2-jackcompat.patch
@ 2009-11-23 23:02 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2009-11-23 23:02 UTC (permalink / raw
  To: gentoo-commits

aballier    09/11/23 23:02:09

  Added:                2.2-jackcompat.patch
  Log:
  Fix build with latest jack, bug #294226
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-plugins/audacious-plugins/files/2.2-jackcompat.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/files/2.2-jackcompat.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/files/2.2-jackcompat.patch?rev=1.1&content-type=text/plain

Index: 2.2-jackcompat.patch
===================================================================
Index: audacious-plugins-2.2/src/jack/jack.c
===================================================================
--- audacious-plugins-2.2.orig/src/jack/jack.c
+++ audacious-plugins-2.2/src/jack/jack.c
@@ -236,7 +236,7 @@ static OutputPluginInitStatus jack_init(
 
 
 /* Return the amount of data that can be written to the device */
-static gint jack_free(void)
+static gint audacious_jack_free(void)
 {
   unsigned long return_val = JACK_GetBytesFreeSpace(driver);
   unsigned long tmp;
@@ -448,7 +448,7 @@ OutputPlugin jack_op =
     .close_audio = jack_close,
     .flush = jack_flush,
     .pause = jack_pause,
-    .buffer_free = jack_free,
+    .buffer_free = audacious_jack_free,
     .buffer_playing = jack_playing,
     .output_time = jack_get_output_time,
     .written_time = jack_get_written_time,






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-23 23:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 23:02 [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins/files: 2.2-jackcompat.patch Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox