MojoAL enabled for static linking
This commit is contained in:
Submodule project/lib/sdl updated: 181cbfd1ec...2d67dc5e46
@@ -25,7 +25,7 @@ namespace lime {
|
||||
|
||||
SDLApplication::SDLApplication () {
|
||||
|
||||
if (SDL_Init (SDL_INIT_VIDEO | SDL_INIT_GAMECONTROLLER | SDL_INIT_TIMER | SDL_INIT_JOYSTICK) != 0) {
|
||||
if (SDL_Init (SDL_INIT_VIDEO | SDL_INIT_AUDIO | SDL_INIT_GAMECONTROLLER | SDL_INIT_TIMER | SDL_INIT_JOYSTICK) != 0) {
|
||||
|
||||
printf ("Could not initialize SDL: %s.\n", SDL_GetError ());
|
||||
|
||||
|
||||
@@ -3042,7 +3042,7 @@ namespace lime {
|
||||
#else
|
||||
if (param == AL_BUFFER) {
|
||||
|
||||
data = (ALuint)(uintptr_t)(HL_CFFIPointer*)val->ptr;
|
||||
data = (ALuint)(uintptr_t)((HL_CFFIPointer*)val)->ptr;
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user