]> git.lizzy.rs Git - minetest.git/blobdiff - src/sound_openal.cpp
Allow the LUA API to set animations to meshes as well as the animation speed. Also...
[minetest.git] / src / sound_openal.cpp
index d2f7276a6ca3b74bb16796dd7d705783533e0ddf..c78f6288fdf5e558247c1384e1fbb8f61970600f 100644 (file)
@@ -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>