mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-02 00:06:09 -04:00
spa: libcamera: compile fully as C++
There was one file "libcamera.c" that was a C source file, which prevents the addition of C++ functions, includes, etc. to "libcamera.h". So compile that file as C++ as well.
This commit is contained in:
parent
d46361a1b9
commit
390a4ce432
6 changed files with 11 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
libcamera_sources = [
|
||||
'libcamera.c',
|
||||
'libcamera.cpp',
|
||||
'libcamera-manager.cpp',
|
||||
'libcamera-device.cpp',
|
||||
'libcamera-source.cpp'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue