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-10-13 22:37:06 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-13 22:37:06 +0200
commit3827b56dbf1bf3eeacd41084c42af2d712fb1a36 (patch)
tree21aa2541b9d55b232db8ec85e76df556dcd2754c /gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch
parent1db90c9b2ee6c2cbe7ff1ecfed37dfe0dbb80992 (diff)
downloadnutyx-extra-3827b56dbf1bf3eeacd41084c42af2d712fb1a36.tar.gz
nutyx-extra-3827b56dbf1bf3eeacd41084c42af2d712fb1a36.tar.bz2
nutyx-extra-3827b56dbf1bf3eeacd41084c42af2d712fb1a36.tar.xz
nutyx-extra-3827b56dbf1bf3eeacd41084c42af2d712fb1a36.zip
sound-juicer, maj empl patch
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, 0 insertions, 11 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
deleted file mode 100644
index 2fbe3e72e..000000000
--- a/gnome/sound-juicer/sound-juicer-gcc-4.5-01.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }