changeset 2018:58ea18909fe7 trunk

[svn] - MirBSD support from <bsiegert -at- gmx.de>
author nenolod
date Tue, 28 Nov 2006 12:06:18 -0800
parents a99862e5bd65
children d3a62e1075e2
files ChangeLog configure.ac
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Nov 27 18:12:56 2006 -0800
+++ b/ChangeLog	Tue Nov 28 12:06:18 2006 -0800
@@ -1,3 +1,12 @@
+2006-11-28 02:12:56 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [3029]
+  - avoid a race condition in produce_audio() where we have closed output, 
+    but produce_audio() had already been queued
+  
+  trunk/audacious/output.c |    3 +++
+  1 file changed, 3 insertions(+)
+
+
 2006-11-28 01:58:02 +0000  William Pitcock <nenolod@nenolod.net>
   revision [3027]
   - fix a bug regarding shaded mode in the playlist editor where 
--- a/configure.ac	Mon Nov 27 18:12:56 2006 -0800
+++ b/configure.ac	Tue Nov 28 12:06:18 2006 -0800
@@ -247,7 +247,7 @@
 have_sun=no
 ARCH_DEFINES=""
 case "$host" in
-    *-*-openbsd* | *-*-netbsd*)
+    *-*-openbsd* | *-*-netbsd* | *-*-mirbsd*)
         have_sun=yes
         if test "${is_elf}" = "no"
         then