mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-23 08:56:47 -05:00
Integrating libcamera
This commit is contained in:
parent
ee1b79c4cd
commit
9024cc4444
24 changed files with 4826 additions and 13 deletions
|
|
@ -3,6 +3,10 @@ if sdl_dep.found()
|
|||
include_directories : [spa_inc ],
|
||||
dependencies : [dl_lib, sdl_dep, pthread_lib],
|
||||
install : false)
|
||||
executable('local-libcamera', 'local-libcamera.c',
|
||||
include_directories : [spa_inc ],
|
||||
dependencies : [dl_lib, sdl_dep, pthread_lib, libcamera_dep],
|
||||
install : false)
|
||||
endif
|
||||
|
||||
executable('example-control', 'example-control.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue