aboutsummaryrefslogtreecommitdiff
path: root/games/spring/files/patch-rts_System_Sound_OpenAL_Sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/spring/files/patch-rts_System_Sound_OpenAL_Sound.h')
-rw-r--r--games/spring/files/patch-rts_System_Sound_OpenAL_Sound.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/games/spring/files/patch-rts_System_Sound_OpenAL_Sound.h b/games/spring/files/patch-rts_System_Sound_OpenAL_Sound.h
deleted file mode 100644
index c54a972de881..000000000000
--- a/games/spring/files/patch-rts_System_Sound_OpenAL_Sound.h
+++ /dev/null
@@ -1,28 +0,0 @@
-In file included from rts/System/Sound/OpenAL/Sound.cpp:7:
-/usr/local/include/AL/alc.h:34:16: error: typedef 'ALCdevice' cannot be referenced with a struct specifier
-typedef struct ALCdevice ALCdevice;
- ^
-rts/System/Sound/OpenAL/Sound.h:23:33: note: declared here
-typedef struct ALCdevice_struct ALCdevice;
- ^
-1 error generated.
-
---- rts/System/Sound/OpenAL/Sound.h.orig 2019-11-30 22:16:43 UTC
-+++ rts/System/Sound/OpenAL/Sound.h
-@@ -11,6 +11,7 @@
- #include <vector>
- #include <boost/ptr_container/ptr_vector.hpp>
- #include <boost/thread/recursive_mutex.hpp>
-+#include <AL/alc.h>
-
- #include "System/float3.h"
-
-@@ -19,8 +20,6 @@
- class CSoundSource;
- class SoundBuffer;
- class SoundItem;
--struct ALCdevice_struct;
--typedef struct ALCdevice_struct ALCdevice;
-
- namespace boost {
- class thread;