pipewire/spa/tests/meson.build
Wim Taymans 81bde64550 v4l2: remove poll and send event instead
Don't start a thread for polling in the node itself but let this be
handled by the app.
2016-07-25 10:50:05 +02:00

9 lines
307 B
Meson

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