mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
Add monitor interface
Add an interface to monitor devices and helper program Add v4l2 monitor Add simple dictionary with key/value pairs
This commit is contained in:
parent
140f360cc0
commit
9f53eda6cb
29 changed files with 921 additions and 51 deletions
|
|
@ -8,6 +8,7 @@ avcodec_dep = dependency('libavcodec')
|
|||
avformat_dep = dependency('libavformat')
|
||||
avfilter_dep = dependency('libavfilter')
|
||||
libva_dep = dependency('libva')
|
||||
libudev_dep = dependency('libudev')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue