Mercurial > hg > svapp
diff audioio/AudioTargetFactory.cpp @ 114:ccdc5b30e54c
* Remove PAv18 support, change PORTAUDIO to PORTAUDIO_2_0 throughout as
this is what comes from PAv19's pkgconfig module name
author | Chris Cannam |
---|---|
date | Fri, 09 May 2008 15:39:42 +0000 |
parents | 3c5756fb6a68 |
children | 2bc8bf6d016c |
line wrap: on
line diff
--- a/audioio/AudioTargetFactory.cpp Thu May 08 14:46:22 2008 +0000 +++ b/audioio/AudioTargetFactory.cpp Fri May 09 15:39:42 2008 +0000 @@ -52,8 +52,8 @@ delete target; } #endif - -#ifdef HAVE_PORTAUDIO + +#ifdef HAVE_PORTAUDIO_2_0 target = new AudioPortAudioTarget(source); if (target->isOK()) return target; else {