Mercurial > hg > svapp
diff audioio/AudioJACKTarget.cpp @ 117:2bc8bf6d016c
* Provisional PulseAudio output driver. No latency handling yet, and
some other things missing. The very basic basics work.
author | Chris Cannam |
---|---|
date | Wed, 21 May 2008 16:54:24 +0000 |
parents | f57047e0522b |
children | 8c13e8219903 |
line wrap: on
line diff
--- a/audioio/AudioJACKTarget.cpp Tue May 20 10:14:15 2008 +0000 +++ b/audioio/AudioJACKTarget.cpp Wed May 21 16:54:24 2008 +0000 @@ -219,7 +219,10 @@ m_done(false) { JackOptions options = JackNullOption; -#ifdef HAVE_PORTAUDIO +#ifdef HAVE_PORTAUDIO_2_0 + options = JackNoStartServer; +#endif +#ifdef HAVE_LIBPULSE options = JackNoStartServer; #endif