pipewire/spa/tests/meson.build
Wim Taymans a1a27328e2 v4l2: continue work on the capture device
Remove activate and deactivate commands.
Add STEP property range type for v4l2 frame sizes later
v4l2: implement negotiation and data capture
2016-07-25 10:50:05 +02:00

9 lines
285 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],
install : false)