Skip to content

Commit

Permalink
testcamera: added support for Motion JPEG camera frames
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 11, 2025
1 parent cf41ccc commit 5ccee77
Show file tree
Hide file tree
Showing 4 changed files with 8,014 additions and 3 deletions.
1 change: 1 addition & 0 deletions build-scripts/check_stdlib_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def find_symbols_in_file(file: pathlib.Path) -> int:
"include/SDL3",
"build-scripts/gen_audio_resampler_filter.c",
"build-scripts/gen_audio_channel_conversion.c",
"test/stb_image.h",
"test/win32/sdlprocdump.c",
]

Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ add_sdl_test_executable(teststreaming NEEDS_RESOURCES TESTUTILS SOURCES teststre
add_sdl_test_executable(testtimer NONINTERACTIVE NONINTERACTIVE_ARGS --no-interactive NONINTERACTIVE_TIMEOUT 60 SOURCES testtimer.c)
add_sdl_test_executable(testurl SOURCES testurl.c)
add_sdl_test_executable(testver NONINTERACTIVE NOTRACKMEM SOURCES testver.c)
add_sdl_test_executable(testcamera MAIN_CALLBACKS SOURCES testcamera.c)
add_sdl_test_executable(testcamera MAIN_CALLBACKS NO_C90 SOURCES testcamera.c)
add_sdl_test_executable(testclipboard MAIN_CALLBACKS SOURCES testclipboard.c ${icon_bmp_header} DEPENDS generate-icon_bmp_header)
add_sdl_test_executable(testviewport NEEDS_RESOURCES TESTUTILS SOURCES testviewport.c)
add_sdl_test_executable(testwm SOURCES testwm.c)
Expand Down
Loading

0 comments on commit 5ccee77

Please sign in to comment.