mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-27 15:09:11 +00:00
camera: Reworked to operate with a driver interface, like other subsystems.
This commit is contained in:
parent
2ad44bd162
commit
cb10c80aaf
25 changed files with 608 additions and 332 deletions
|
@ -248,7 +248,7 @@
|
|||
#define SDL_FILESYSTEM_WINDOWS 1
|
||||
|
||||
/* Enable the camera driver (src/camera/dummy/\*.c) */ /* !!! FIXME */
|
||||
#define SDL_CAMERA_DUMMY 1
|
||||
#define SDL_CAMERA_DRIVER_DUMMY 1
|
||||
|
||||
/* Use the (inferior) GDK text input method for GDK platforms */
|
||||
/*#define SDL_GDK_TEXTINPUT 1*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue