Skip to content

Commit efd6a3e

Browse files
committed
SDL3-3.2.10
1 parent a712874 commit efd6a3e

File tree

2,231 files changed

+3449
-76853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,231 files changed

+3449
-76853
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
877399b2b2cf21e67554ed9046410f268ce1d1b2

external/sources/SDL3-3.2.8/CMakeLists.txt renamed to external/sources/SDL3-3.2.10/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(NOT DEFINED CMAKE_BUILD_TYPE)
55
endif()
66

77
# See docs/release_checklist.md
8-
project(SDL3 LANGUAGES C VERSION "3.2.8")
8+
project(SDL3 LANGUAGES C VERSION "3.2.10")
99

1010
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
1111
set(SDL3_MAINPROJECT ON)
@@ -2188,6 +2188,7 @@ elseif(APPLE)
21882188
set(SDL_CAMERA_DRIVER_COREMEDIA 1)
21892189
set(HAVE_CAMERA TRUE)
21902190
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/camera/coremedia/*.m")
2191+
set(SDL_FRAMEWORK_AVFOUNDATION 1)
21912192
endif()
21922193
endif()
21932194

external/sources/SDL3-3.2.8/INSTALL.md renamed to external/sources/SDL3-3.2.10/INSTALL.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)