SDL/include/build_config
Ryan C. Gordon 2613e3da24 camera: Rewrote Android support.
This does something a little weird, in that it doesn't care what
`__ANDROID_API__` is set to, but will attempt to dlopen the system
libraries, like we do for many other platform-specific pieces of SDL.

This allows us to a) not bump the minimum required Android version, which is
extremely ancient but otherwise still working, doing the right thing on old
and new hardware in the field, and b) not require the app to link against
more libraries than it previously did before the feature was available.

The downside is that it's a little messy, but it's okay for now, I think.
2024-02-20 15:56:26 -05:00
..
SDL_build_config.h Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
SDL_build_config.h.cmake camera: Reenabled macOS/iOS support, with rewritten CoreMedia implementation. 2024-02-20 15:56:26 -05:00
SDL_build_config_android.h camera: Rewrote Android support. 2024-02-20 15:56:26 -05:00
SDL_build_config_emscripten.h camera: Emscripten support! 2024-02-20 15:56:26 -05:00
SDL_build_config_ios.h camera: Reenabled macOS/iOS support, with rewritten CoreMedia implementation. 2024-02-20 15:56:26 -05:00
SDL_build_config_macos.h camera: Reenabled macOS/iOS support, with rewritten CoreMedia implementation. 2024-02-20 15:56:26 -05:00
SDL_build_config_minimal.h camera: Reworked to operate with a driver interface, like other subsystems. 2024-02-20 15:56:26 -05:00
SDL_build_config_ngage.h camera: Reworked to operate with a driver interface, like other subsystems. 2024-02-20 15:56:26 -05:00
SDL_build_config_windows.h camera: Windows support, through the Media Foundation API! 2024-02-20 15:56:26 -05:00
SDL_build_config_wingdk.h camera: Reworked to operate with a driver interface, like other subsystems. 2024-02-20 15:56:26 -05:00
SDL_build_config_winrt.h camera: Reworked to operate with a driver interface, like other subsystems. 2024-02-20 15:56:26 -05:00
SDL_build_config_xbox.h camera: Reworked to operate with a driver interface, like other subsystems. 2024-02-20 15:56:26 -05:00
SDL_revision.h.cmake Updated copyright for 2024 2024-01-01 13:15:26 -08:00