projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5194505
)
Fix issue with openal mac os x compile
author
Thomas Lauro
<frozon@gmail.com>
Wed, 25 Jul 2012 13:56:09 +0000
(15:56 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 1 Sep 2012 15:19:59 +0000
(18:19 +0300)
src/sound_openal.cpp
patch
|
blob
|
history
diff --git
a/src/sound_openal.cpp
b/src/sound_openal.cpp
index d2f7276a6ca3b74bb16796dd7d705783533e0ddf..c78f6288fdf5e558247c1384e1fbb8f61970600f 100644
(file)
--- a/
src/sound_openal.cpp
+++ b/
src/sound_openal.cpp
@@
-30,7
+30,7
@@
with this program; ifnot, write to the Free Software Foundation, Inc.,
#elif defined(__APPLE__)
#include <OpenAL/al.h>
#include <OpenAL/alc.h>
- #include <OpenAL/alext.h>
+
//
#include <OpenAL/alext.h>
#else
#include <AL/al.h>
#include <AL/alc.h>