[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_PORTAUDIO_H__
#define __RIVER_IO_NODE_PORTAUDIO_H__
#ifdef __PORTTAUDIO_INFERFACE__
#include <river/Interface.h>
#include <river/io/Node.h>
#include <portaudio.h>
@@ -41,6 +43,7 @@ namespace river {
};
}
}
#endif
#endif