summaryrefslogtreecommitdiffstats
path: root/gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-29 23:59:00 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-29 23:59:00 +0200
commitb863c93fc8329443e1cff089f22e9755e7df90d6 (patch)
tree693fe9df44e37e03f684fba4b95b22624ddb6728 /gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch
parentc2eee6f2f846f585cccf4161981e36b691345f7f (diff)
downloadnutyx-pakxe-b863c93fc8329443e1cff089f22e9755e7df90d6.tar.gz
nutyx-pakxe-b863c93fc8329443e1cff089f22e9755e7df90d6.tar.bz2
nutyx-pakxe-b863c93fc8329443e1cff089f22e9755e7df90d6.tar.xz
nutyx-pakxe-b863c93fc8329443e1cff089f22e9755e7df90d6.zip
sound-juicer, ajout patch gcc4.5
Diffstat (limited to 'gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch')
-rw-r--r--gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch b/gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch
new file mode 100644
index 000000000..2fbe3e72e
--- /dev/null
+++ b/gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch
@@ -0,0 +1,11 @@
+--- sound-juicer-2.28.2/src/sj-play.c.original 2010-06-29 21:52:58.000000000 +0000
++++ sound-juicer-2.28.2/src/sj-play.c 2010-06-29 21:49:09.000000000 +0000
+@@ -96,7 +96,7 @@
+ * Pause
+ */
+ static void
+-pause (void)
++sj_pause (void)
+ {
+ gst_element_set_state (pipeline, GST_STATE_PAUSED);
+ }