diff options
| author | degasus <wickmarkus@web.de> | 2020-04-29 11:30:26 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2020-04-29 11:30:26 +0200 |
| commit | 239cde8aea6d529ceeddddb9f4007259ae0fc5a6 (patch) | |
| tree | ae775cc3df611b86d215e198570291592297af82 /Source/Core/AudioCommon | |
| parent | ffc40c1a00b29bd3e0ed2aaadb4aca438d0ad3b8 (diff) | |
Externals: Alter the soundtouch include directory.
We must not provide the /Externals directory as global include directory.
Here, this yield a crash because of external minizip header and system library mismatch.
Soundtouch itself recormends to include it with <SoundTouch.h> and -I/usr/include/soundtouch, so this should fit better.
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/AudioStretcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/AudioStretcher.h b/Source/Core/AudioCommon/AudioStretcher.h index 4f62733850..d83f852b7f 100644 --- a/Source/Core/AudioCommon/AudioStretcher.h +++ b/Source/Core/AudioCommon/AudioStretcher.h @@ -6,7 +6,7 @@ #include <array> -#include <soundtouch/SoundTouch.h> +#include <SoundTouch.h> namespace AudioCommon { |
