mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
pipewire-v4l2: the start of a v4l2 LD_PRELOAD library
This commit is contained in:
parent
57b3fe537e
commit
e68fd36f90
8 changed files with 910 additions and 0 deletions
|
|
@ -450,6 +450,9 @@ configure_file(output : 'config.h',
|
|||
if not get_option('pipewire-jack').disabled()
|
||||
subdir('pipewire-jack')
|
||||
endif
|
||||
if not get_option('pipewire-v4l2').disabled()
|
||||
subdir('pipewire-v4l2')
|
||||
endif
|
||||
|
||||
if alsa_dep.found()
|
||||
subdir('pipewire-alsa/alsa-plugins')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue