Skip to content

Commit

Permalink
Removed the ancient Android audio driver
Browse files Browse the repository at this point in the history
OpenSLES is well supported on Android 4.0 and later.
  • Loading branch information
slouken committed Jul 26, 2024
1 parent a2d2d26 commit 7e5fcb9
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 882 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1246,9 +1246,6 @@ if(ANDROID)
endif()

if(SDL_AUDIO)
set(SDL_AUDIO_DRIVER_ANDROID 1)
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/audio/android/*.c")

set(SDL_AUDIO_DRIVER_OPENSLES 1)
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/audio/openslES/*.c")

Expand Down
Loading

0 comments on commit 7e5fcb9

Please sign in to comment.