summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2019-07-30 21:38:18 +0100
committerJames Cowgill <jcowgill@debian.org>2019-07-30 21:38:18 +0100
commit377689953a9c6017c95713a44cbd3fd803668b65 (patch)
treef7938a4b6bdcca2cd2b13e76a3edfc48e7faa4e9
parentd938d5f4f998b0b70f46375704dbe47066c45dee (diff)
Fix FTBFS with SoundTouch 2.1.2
Bug-Debian: https://bugs.debian.org/917671 Explicitly disable exceptions in SoundTouch headers because Dolphin is compiled with -fno-exceptions. Bug-Debian: https://bugs.debian.org/917671 Gbp-Pq: Name 05_soundtouch-2.1.2.patch
-rw-r--r--Source/Core/AudioCommon/OpenALStream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/OpenALStream.h b/Source/Core/AudioCommon/OpenALStream.h
index 4e0389e..510628b 100644
--- a/Source/Core/AudioCommon/OpenALStream.h
+++ b/Source/Core/AudioCommon/OpenALStream.h
@@ -32,6 +32,7 @@
#define BOOL SoundTouch_BOOL
#endif
+#define ST_NO_EXCEPTION_HANDLING
#include <soundtouch/SoundTouch.h>
#include <soundtouch/STTypes.h>