Audio: Fix compilation with emscripten
This commit is contained in:
parent
876023ffa9
commit
c06898fcde
|
|
@ -18,6 +18,11 @@
|
||||||
#include <AL/alext.h>
|
#include <AL/alext.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// AL_APIENTRY is not defined by emscripten OpenAL headers
|
||||||
|
#ifndef AL_APIENTRY
|
||||||
|
#define AL_APIENTRY
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // NAZARA_AUDIO_OPENAL
|
#endif // NAZARA_AUDIO_OPENAL
|
||||||
|
|
||||||
#endif // NAZARA_AUDIO_OPENAL_HPP
|
#endif // NAZARA_AUDIO_OPENAL_HPP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue