ports/emulators/dolphin/patches/patch-Externals_soundtouch_SoundTouch_h

19 lines
531 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Avoid picking up SoundTouch.h from audio/soundtouch if installed.
CMakeLists.txt: "Unable to use system soundtouch library: We require shorts, not
floats"
Index: Externals/soundtouch/SoundTouch.h
--- Externals/soundtouch/SoundTouch.h.orig
+++ Externals/soundtouch/SoundTouch.h
@@ -69,8 +69,8 @@
//
////////////////////////////////////////////////////////////////////////////////
-#ifndef SoundTouch_H
-#define SoundTouch_H
+#ifndef ExtSoundTouch_H
+#define ExtSoundTouch_H
#include "FIFOSamplePipe.h"
#include "STTypes.h"