mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Integrating libcamera
This commit is contained in:
parent
ee1b79c4cd
commit
9024cc4444
24 changed files with 4826 additions and 13 deletions
12
spa/plugins/libcamera/meson.build
Normal file
12
spa/plugins/libcamera/meson.build
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
libcamera_sources = ['libcamera.c',
|
||||
'libcamera-device.c',
|
||||
'libcamera-client.c',
|
||||
'libcamera-source.c',
|
||||
'libcamera_wrapper.cpp']
|
||||
|
||||
libcameralib = shared_library('spa-libcamera',
|
||||
libcamera_sources,
|
||||
include_directories : [ spa_inc ],
|
||||
dependencies : [ libudev_dep, libcamera_dep, pthread_lib ],
|
||||
install : true,
|
||||
install_dir : join_paths(spa_plugindir, 'libcamera'))
|
||||
Loading…
Add table
Add a link
Reference in a new issue