mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
video: add video format
start working on v4l2 source
This commit is contained in:
parent
3c029cba53
commit
beedb65f00
25 changed files with 1878 additions and 43 deletions
9
spa/plugins/v4l2/meson.build
Normal file
9
spa/plugins/v4l2/meson.build
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue