pipewire-v4l2: the start of a v4l2 LD_PRELOAD library

This commit is contained in:
Wim Taymans 2021-10-06 20:24:08 +02:00
parent 57b3fe537e
commit e68fd36f90
8 changed files with 910 additions and 0 deletions

View file

@ -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')