openbsd-ports/emulators/dolphin/patches/patch-Source_Core_AudioCommon_AudioStretcher_h
2022-03-11 18:59:33 +00:00

13 lines
284 B
Plaintext

Index: Source/Core/AudioCommon/AudioStretcher.h
--- Source/Core/AudioCommon/AudioStretcher.h.orig
+++ Source/Core/AudioCommon/AudioStretcher.h
@@ -6,7 +6,7 @@
#include <array>
-#include <soundtouch/SoundTouch.h>
+#include <soundtouch/ExtSoundTouch.h>
namespace AudioCommon
{