mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
need pulseaudio >=0.9.15. call pa_threaded_mainloop_set_name only if available.
This commit is contained in:
parent
e8b6edd5a0
commit
29d461b628
4 changed files with 25 additions and 28 deletions
|
|
@ -166,7 +166,7 @@ endmacro()
|
|||
# - HAVE_SDL_LOADSO opt
|
||||
macro(CheckPulseAudio)
|
||||
if(SDL_PULSEAUDIO)
|
||||
pkg_check_modules(PKG_PULSEAUDIO libpulse-simple)
|
||||
pkg_check_modules(PKG_PULSEAUDIO libpulse-simple>=0.9.15)
|
||||
if(PKG_PULSEAUDIO_FOUND)
|
||||
set(HAVE_PULSEAUDIO TRUE)
|
||||
file(GLOB PULSEAUDIO_SOURCES ${SDL2_SOURCE_DIR}/src/audio/pulseaudio/*.c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue