summaryrefslogtreecommitdiff
path: root/audio/xmms-crossfade/patches/patch-ae
blob: 503c6435c0aa34cd05f061dabff014088e2f4fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.2 2002/10/27 06:47:45 rh Exp $

--- crossfade.c.orig	Fri Jun  8 04:09:28 2001
+++ crossfade.c
@@ -1671,6 +1671,10 @@ xfade_output_time()
 {
   gint time;
 
+#ifdef _PTH_PTHREAD_H_
+  pthread_yield_np();
+#endif
+
 #ifdef DEBUG_HARDCORE
   DEBUG(("[crossfade] output_time:\n"));
 #endif