aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-06 18:14:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-06 18:14:21 +0000
commitc35077fee69a444f37aef105506c7a04e403edad (patch)
tree672e5bf25b6e6f2e4b4323cdc92da1628e2ced38 /audio/rhythmbox/files
parente327f54df0d5cc68ce9c1f430b4c53c3a5059be5 (diff)
downloadports-c35077fee69a444f37aef105506c7a04e403edad.tar.gz
ports-c35077fee69a444f37aef105506c7a04e403edad.zip
Notes
Diffstat (limited to 'audio/rhythmbox/files')
-rw-r--r--audio/rhythmbox/files/patch-monkey-media-player-xine.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/rhythmbox/files/patch-monkey-media-player-xine.c b/audio/rhythmbox/files/patch-monkey-media-player-xine.c
deleted file mode 100644
index 04f304d49951..000000000000
--- a/audio/rhythmbox/files/patch-monkey-media-player-xine.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- monkey-media/monkey-media-player-xine.c.orig Wed Sep 3 14:30:52 2003
-+++ monkey-media/monkey-media-player-xine.c Wed Sep 3 14:32:41 2003
-@@ -520,8 +520,10 @@
- if (xine_get_param (mp->priv->stream, XINE_PARAM_SPEED) == XINE_SPEED_NORMAL)
- xine_set_param (mp->priv->stream, XINE_PARAM_SPEED, XINE_SPEED_PAUSE);
-
-+#ifdef HAVE_XINE_CLOSE
- /* Close the audio device when on pause */
- xine_set_param (mp->priv->stream, XINE_PARAM_AUDIO_CLOSE_DEVICE, 1);
-+#endif
- }
-
- mp->priv->timer_add += floor (g_timer_elapsed (mp->priv->timer, NULL) + 0.5);