summarylogtreecommitdiffstats
path: root/openal_fix.patch
diff options
context:
space:
mode:
authorMarco Pompili2020-01-01 13:56:54 +0100
committerMarco Pompili2020-01-01 13:56:54 +0100
commit5be4030fe7fdf520bc35806292a589189751197b (patch)
tree3ed6473aaf5a33e08a300c39dac208686565d2cd /openal_fix.patch
parentff2c6982670e6f378d021f26f4adbdd3578aa8d8 (diff)
downloadaur-5be4030fe7fdf520bc35806292a589189751197b.tar.gz
Version 0.11.0-1
Diffstat (limited to 'openal_fix.patch')
-rw-r--r--openal_fix.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/openal_fix.patch b/openal_fix.patch
new file mode 100644
index 000000000000..23d92f4802de
--- /dev/null
+++ b/openal_fix.patch
@@ -0,0 +1,14 @@
+--- libs/openFrameworks/sound/ofOpenALSoundPlayer.bck 2020-01-01 13:36:59.501973818 +0100
++++ libs/openFrameworks/sound/ofOpenALSoundPlayer.h 2020-01-01 13:37:52.486103430 +0100
+@@ -10,9 +10,9 @@
+
+ typedef unsigned int ALuint;
+ /** Opaque device handle */
+-typedef struct ALCdevice_struct ALCdevice;
++struct ALCdevice;
+ /** Opaque context handle */
+-typedef struct ALCcontext_struct ALCcontext;
++struct ALCcontext;
+
+
+