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:
Barnabás Pőcze 2026-06-19 11:00:26 +02:00 committed by Wim Taymans
parent d46361a1b9
commit 390a4ce432
6 changed files with 11 additions and 11 deletions

View file

@ -25,7 +25,7 @@ using namespace libcamera;
#include <spa/monitor/device.h>
#include <spa/monitor/utils.h>
#include "libcamera.h"
#include "libcamera.hpp"
#include "libcamera-manager.hpp"
namespace {