[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/akode/lib
From:       Allan Sandfeld Jensen <kde () carewolf ! com>
Date:       2005-07-15 14:46:56
Message-ID: 1121438816.057527.10082.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 434825 by carewolf:

Only try the polyp sink if $POLYP_SERVER is set.


 M  +2 -1      auto_sink.cpp  


--- trunk/kdesupport/akode/lib/auto_sink.cpp #434824:434825
@@ -62,7 +62,8 @@
 bool AutoSink::open()
 {
     // Try Polypaudio
-    if (m_data->tryOpen("polyp")) return true;
+    if (getenv("POLYP_SERVER"))
+        if (m_data->tryOpen("polyp")) return true;
     // Try Jack
     if (m_data->tryOpen("jack")) return true;
     // Try ALSA
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic