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

@ -161,6 +161,7 @@ def find_symbols_in_file(file: pathlib.Path) -> int:
"src/libm",
"src/hidapi",
"src/video/khronos",
"src/video/stb_image.h",
"include/SDL3",
"build-scripts/gen_audio_resampler_filter.c",
"build-scripts/gen_audio_channel_conversion.c",