[DEV] update new lutin 0.8.0

This commit is contained in:
2015-10-14 21:21:03 +02:00
parent 88c8178a72
commit 569d59e05a
20 changed files with 242 additions and 175 deletions

View File

@@ -21,7 +21,7 @@
#define __class__ "io::Manager"
#ifdef AUDIO_RIVER_BUILD_PORTAUDIO
#include <portaudio.h>
#include <portaudio/portaudio.h>
#endif
static std::string basicAutoConfig =

View File

@@ -11,7 +11,7 @@
#include <audio/river/Interface.h>
#include <audio/river/io/Node.h>
#include <portaudio.h>
#include <portaudio/portaudio.h>
namespace audio {
namespace river {