mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-23 06:21:57 +00:00
- cmake, configure (CheckDLOPEN): --enable-sdl-dlopen is now history.. detach the dl api discovery from SDL_LOADSO_DLOPEN functionality. define HAVE_DLOPEN. also define DYNAPI_NEEDS_DLOPEN (CheckDLOPEN is called only for relevant platforms.) - update SDL_config.in and SDL_config.cmake accordingly. - SDL_dynapi.h: set SDL_DYNAMIC_API to 0 if DYNAPI_NEEDS_DLOPEN is defined, but HAVE_DLOPEN is not. - pthread/SDL_systhread.c: conditionalize dl api use to HAVE_DLOPEN - SDL_x11opengl.c, SDL_DirectFB_opengl.c, SDL_naclopengles.c: rely on HAVE_DLOPEN, not SDL_LOADSO_DLOPEN. - SDL_config_android.h, SDL_config_iphoneos.h, SDL_config_macosx.h, SDL_config_pandora.h, and SDL_config_wiz.h: define HAVE_DLOPEN. Closes: https://github.com/libsdl-org/SDL/pull/4351 |
||
|---|---|---|
| .. | ||
| SDL_DirectFB_dyn.c | ||
| SDL_DirectFB_dyn.h | ||
| SDL_DirectFB_events.c | ||
| SDL_DirectFB_events.h | ||
| SDL_DirectFB_modes.c | ||
| SDL_DirectFB_modes.h | ||
| SDL_DirectFB_mouse.c | ||
| SDL_DirectFB_mouse.h | ||
| SDL_DirectFB_opengl.c | ||
| SDL_DirectFB_opengl.h | ||
| SDL_DirectFB_render.c | ||
| SDL_DirectFB_render.h | ||
| SDL_DirectFB_shape.c | ||
| SDL_DirectFB_shape.h | ||
| SDL_DirectFB_video.c | ||
| SDL_DirectFB_video.h | ||
| SDL_DirectFB_vulkan.c | ||
| SDL_DirectFB_vulkan.h | ||
| SDL_DirectFB_window.c | ||
| SDL_DirectFB_window.h | ||
| SDL_DirectFB_WM.c | ||
| SDL_DirectFB_WM.h | ||