mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
Integrating libcamera
This commit is contained in:
parent
ee1b79c4cd
commit
9024cc4444
24 changed files with 4826 additions and 13 deletions
|
|
@ -33,6 +33,9 @@ if get_option('spa-plugins')
|
|||
if get_option('vulkan')
|
||||
vulkan_dep = dependency('vulkan')
|
||||
endif
|
||||
if get_option('libcamera')
|
||||
libcamera_dep = dependency('camera')
|
||||
endif
|
||||
|
||||
subdir('plugins')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue