[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

@@ -7,6 +7,8 @@
#ifndef __RIVER_IO_NODE_AIRTAUDIO_H__
#define __RIVER_IO_NODE_AIRTAUDIO_H__
#ifdef __AIRTAUDIO_INFERFACE__
#include <river/io/Node.h>
namespace river {
@@ -49,6 +51,7 @@ namespace river {
};
}
}
#endif
#endif