summarylogtreecommitdiffstats
path: root/rtaudio.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rtaudio.patch')
-rw-r--r--rtaudio.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/rtaudio.patch b/rtaudio.patch
deleted file mode 100644
index 18993b267589..000000000000
--- a/rtaudio.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/util_rterror.h b/src/util_rterror.h
-index 72d6bf3..4072c05 100644
---- a/src/util_rterror.h
-+++ b/src/util_rterror.h
-@@ -8,7 +8,7 @@
- #pragma once
-
- #include <string>
--#include "RtAudio/RtAudio.h"
-+#include "rtaudio/RtAudio.h"
-
- void rtaudio_error(RtAudioErrorType type, const std::string &errorText);
- void rtaudio_error_clear();