sdl2_frt/src/dynapi
Sam Lantinga 9a8642bd6a Fixed bug 3478 - Patch Haiku to use dlopen instead of load_add_on
Kai Sterker

SDL2 on Haiku so far uses Haiku-specific APIs for loading dynamic objects as add-ons, instead of using dlopen to load them as libraries. This, for example, leads to SDL_mixer not being able to load its audio backends, when compiled with standard settings.

As discussed at https://www.freelists.org/post/haikuports/SDL2-mixer-ogg-music-not-playing-and-other-stuff,2 , the best way to deal with this would be using dlopen instead of load_add_on. The following patch implements this change by dropping the Haiku-specific bits and using dlopen instead.
2016-11-01 10:30:46 -07:00
..
gendynapi.pl Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_dynapi_overrides.h Implemented SDL_GetHintBoolean() to make it easier to check boolean hints 2016-10-07 23:40:44 -07:00
SDL_dynapi_procs.h Implemented SDL_GetHintBoolean() to make it easier to check boolean hints 2016-10-07 23:40:44 -07:00
SDL_dynapi.c Fixed bug 3478 - Patch Haiku to use dlopen instead of load_add_on 2016-11-01 10:30:46 -07:00
SDL_dynapi.h Fixed compile warnings about evaluating undefined identifiers. 2016-07-17 20:32:44 +02:00