pipewire/spa/plugins/v4l2/meson.build
Wim Taymans beedb65f00 video: add video format
start working on v4l2 source
2016-07-25 10:50:05 +02:00

9 lines
329 B
Meson

v4l2_sources = ['v4l2.c',
'v4l2-source.c']
v4l2lib = shared_library('spa-v4l2',
v4l2_sources,
include_directories : inc,
dependencies : v4l2_dep,
link_with : spalib,
install : true)