mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
Remove the thread from alsa sink and use the pollfd event. Make it possible to pass multiple fds in one pollfd event Add 3 callbacks to the pollfd event and add support for timeouts
9 lines
320 B
Meson
9 lines
320 B
Meson
executable('test-mixer', 'test-mixer.c',
|
|
include_directories : inc,
|
|
dependencies : [dl_lib, pthread_lib],
|
|
install : false)
|
|
|
|
executable('test-v4l2', 'test-v4l2.c',
|
|
include_directories : inc,
|
|
dependencies : [dl_lib, sdl_dep, pthread_lib],
|
|
install : false)
|