Skip to content

Commit f7a89d1

Browse files
equalentslouken
authored andcommitted
fix missing AVFoundation in CMakeLists.txt
1 parent a23f974 commit f7a89d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,6 +2192,7 @@ elseif(APPLE)
21922192
set(SDL_CAMERA_DRIVER_COREMEDIA 1)
21932193
set(HAVE_CAMERA TRUE)
21942194
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/camera/coremedia/*.m")
2195+
set(SDL_FRAMEWORK_AVFOUNDATION 1)
21952196
endif()
21962197
endif()
21972198

0 commit comments

Comments
 (0)