[DEV] add dynamic dependency of airtaudio and portaudio

This commit is contained in:
2015-02-23 22:14:48 +01:00
parent 7d6e1e0bf6
commit 62cb1ef639
6 changed files with 25 additions and 13 deletions

View File

@@ -4,6 +4,8 @@
* @license APACHE v2.0 (see license file)
*/
#ifdef __AIRTAUDIO_INFERFACE__
#include <river/io/NodeAirTAudio.h>
#include <river/debug.h>
@@ -261,3 +263,5 @@ void river::io::NodeAirTAudio::stop() {
RIVER_ERROR("Stop stream : '" << m_name << "' mode=" << (m_isInput?"input":"output") << " can not stop stream ... " << err);
}
}
#endif