Fix issue with openal mac os x compile
parent
5194505407
commit
7a14171be4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue