mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
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.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
#include <array>
|
||||
|
||||
#include <soundtouch/SoundTouch.h>
|
||||
#include <SoundTouch.h>
|
||||
|
||||
namespace AudioCommon
|
||||
{
|
||||
|
Reference in New Issue
Block a user