|
@@ -203,6 +203,17 @@
|
|
|
#define SDL_HAVE_YUV 1
|
|
|
#endif
|
|
|
|
|
|
+#ifdef SDL_CAMERA_DISABLED
|
|
|
+#undef SDL_CAMERA_DRIVER_ANDROID
|
|
|
+#undef SDL_CAMERA_DRIVER_COREMEDIA
|
|
|
+#undef SDL_CAMERA_DRIVER_DUMMY
|
|
|
+#undef SDL_CAMERA_DRIVER_EMSCRIPTEN
|
|
|
+#undef SDL_CAMERA_DRIVER_MEDIAFOUNDATION
|
|
|
+#undef SDL_CAMERA_DRIVER_PIPEWIRE
|
|
|
+#undef SDL_CAMERA_DRIVER_V4L2
|
|
|
+#undef SDL_CAMERA_DRIVER_VITA
|
|
|
+#endif
|
|
|
+
|
|
|
#ifdef SDL_RENDER_DISABLED
|
|
|
#undef SDL_VIDEO_RENDER_SW
|
|
|
#undef SDL_VIDEO_RENDER_D3D
|