mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-16 16:44:06 +00:00
pipewire: spa_list_is_empty() returns bool
This commit is contained in:
@@ -1265,7 +1265,7 @@ static bool PIPEWIRE_PREFERRED_Init(SDL_AudioDriverImpl *impl)
|
||||
PIPEWIRE_pw_thread_loop_wait(hotplug_loop);
|
||||
}
|
||||
|
||||
const int no_devices = spa_list_is_empty(&hotplug_io_list);
|
||||
const bool no_devices = spa_list_is_empty(&hotplug_io_list);
|
||||
|
||||
PIPEWIRE_pw_thread_loop_unlock(hotplug_loop);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user