summaryrefslogtreecommitdiff
path: root/audio/muse/patches/patch-ab
blob: 4a4ae1b4d58f45f32aa0df608b394cf819fbbb0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.4 2014/04/23 20:14:03 asau Exp $

--- src/jmixer.cpp.orig	2004-04-09 17:50:43.000000000 +0000
+++ src/jmixer.cpp
@@ -98,7 +98,7 @@ Stream_mixer::Stream_mixer() {
     error("error initializing POSIX thread mutex");
   if(pthread_cond_init (&_cond, NULL) == -1)
     error("error initializing POSIX thread condtition"); 
-  unlock();
+  //unlock();
 }
 
 Stream_mixer::~Stream_mixer() {