mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
16 lines
308 B
Plaintext
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
|