sdl audio

This commit is contained in:
2025-04-28 08:48:44 -05:00
parent 7eca07c7d1
commit f68e45f898
6 changed files with 129 additions and 9 deletions

View File

@@ -71,7 +71,9 @@ sdl3_opts.add_cmake_defines({
'SDL_SHARED': 'OFF',
'SDL_TEST': 'OFF',
'CMAKE_BUILD_TYPE': 'Release',
'SDL_THREADS': 'ON'
'SDL_THREADS': 'ON',
'SDL_PIPEWIRE': 'ON',
'SDL_PULSEAUDIO': 'ON',
})
cc = meson.get_compiler('c')