Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 686752
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
Explicitly disable exceptions in SoundTouch headers because Dolphin
Explicitly disable exceptions in SoundTouch headers because Dolphin
1
is compiled with -fno-exceptions.
1
is compiled with -fno-exceptions.
2
--
2
++ b/Source/Core/AudioCommon/OpenALStream.h
3
-- a/Source/Core/AudioCommon/OpenALStream.h
Lines 32-37 Link Here
32
#define BOOL SoundTouch_BOOL
32
#define BOOL SoundTouch_BOOL
33
#endif
33
#endif
34
34
35
#define ST_NO_EXCEPTION_HANDLING
35
#include <soundtouch/SoundTouch.h>
36
#include <soundtouch/SoundTouch.h>
36
#include <soundtouch/STTypes.h>
37
#include <soundtouch/STTypes.h>
37
38

Return to bug 686752