2013-09-26 17:14:40 +02:00

16 lines
308 B
Plaintext

$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