Fix issue with openal mac os x compile
authorThomas Lauro <frozon@gmail.com>
Wed, 25 Jul 2012 13:56:09 +0000 (15:56 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 1 Sep 2012 15:19:59 +0000 (18:19 +0300)
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>