summarylogtreecommitdiffstats
path: root/rtAudio.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rtAudio.patch')
-rw-r--r--rtAudio.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/rtAudio.patch b/rtAudio.patch
new file mode 100644
index 000000000000..3150088e0c96
--- /dev/null
+++ b/rtAudio.patch
@@ -0,0 +1,11 @@
+--- ofRtAudioSoundStream.cpp 2016-03-09 17:40:44.000000000 +0100
++++ ofRtAudioSoundStream.cpp.fixed 2016-04-29 18:06:13.321128680 +0200
+@@ -5,7 +5,7 @@
+ #include "ofSoundStream.h"
+ #include "ofMath.h"
+ #include "ofUtils.h"
+-#include "RtAudio.h"
++#include "rtaudio/RtAudio.h"
+
+
+ //------------------------------------------------------------------------------