Fix issue with openal mac os x compile

This commit is contained in:
Thomas Lauro 2012-07-25 15:56:09 +02:00 committed by Perttu Ahola
parent 5194505407
commit 7a14171be4
1 changed files with 1 additions and 1 deletions

View 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>