diff options
Diffstat (limited to 'audio/xmms-mad/patches/patch-aa')
-rw-r--r-- | audio/xmms-mad/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/xmms-mad/patches/patch-aa b/audio/xmms-mad/patches/patch-aa new file mode 100644 index 00000000000..f5dead0e936 --- /dev/null +++ b/audio/xmms-mad/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/05/26 04:00:51 jmcneill Exp $ + +--- src/decoder.c.orig Sat May 25 21:06:58 2002 ++++ src/decoder.c Sat May 25 21:07:05 2002 +@@ -205,6 +205,9 @@ + /* main loop */ + do + { ++#ifdef __NetBSD__ ++ pthread_yield_np(); ++#endif + if (info->stop) + break; + if (seek_skip) |