Enable creation of yuv SDL_Surfaces (#6735)

This commit is contained in:
Sylvain Becker
2022-12-02 21:53:48 +01:00
committed by GitHub
parent 0a3262e819
commit 92cd2c0a74
9 changed files with 335 additions and 165 deletions

View File

@@ -175,7 +175,7 @@ elseif(HAVE_X11)
target_link_libraries(testnative PRIVATE X11)
endif()
add_sdl_test_executable(testoverlay2 NEEDS_RESOURCES TESTUTILS testoverlay2.c testyuv_cvt.c)
add_sdl_test_executable(testoverlay2 NEEDS_RESOURCES TESTUTILS testoverlay2.c)
add_sdl_test_executable(testplatform NONINTERACTIVE testplatform.c)
add_sdl_test_executable(testpower NONINTERACTIVE testpower.c)
add_sdl_test_executable(testfilesystem NONINTERACTIVE testfilesystem.c)