Added initial MJPG support using stb_image

This commit is contained in:
Sam Lantinga
2025-02-19 21:57:46 -08:00
parent baf69edfc7
commit a792434a37
12 changed files with 8217 additions and 16 deletions

View File

@@ -191,6 +191,11 @@
#define SDL_VIDEO_RENDER_SW 1
#endif
/* STB image conversion */
#if !defined(SDL_HAVE_STB) && !defined(SDL_LEAN_AND_MEAN)
#define SDL_HAVE_STB 1
#endif
/* YUV formats
- handling of YUV surfaces
- blitting and conversion functions */