pipewire/spa/tests/meson.build
Wim Taymans 6ab8af91e0 More hacking
Add spa based v4l2 pinos module
Add allocation params to port_alloc_buffers
Let the app do allocation for handles.
2016-07-25 10:50:46 +02:00

11 lines
382 B
Meson

executable('test-mixer', 'test-mixer.c',
include_directories : inc,
dependencies : [dl_lib, pthread_lib],
link_with : spalib,
install : false)
executable('test-v4l2', 'test-v4l2.c',
include_directories : inc,
dependencies : [dl_lib, sdl_dep, pthread_lib],
link_with : spalib,
install : false)