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

@ -50,6 +50,10 @@ option('pipewire-jack',
description: 'Enable pipewire-jack integration',
type: 'feature',
value: 'enabled')
option('pipewire-v4l2',
description: 'Enable pipewire-v4l2 integration',
type: 'feature',
value: 'enabled')
option('jack-devel',
description: 'Install jack development files',
type: 'boolean',