pipewire/spa/plugins/libcamera
Stéphane Cerveau e7cc0f69e3 libcamera: fix implicit dependency to libdrm
libcamera is depending on libdrm in libcamera_wrapper.cpp but it was
implicitely including the header drm_fourcc.h with libcamera
file pixel_format.h

With this patch, the libcamera plugin should explicitely depends on
libdrm as it needs DRM fourcc and should not depend on multiple
inclusion from libcamera.

Add a FourCC for Motion-JPEG compressed format. This is a temporary
addition until the format gets merged in the upstream kernel.
2020-06-10 09:20:16 +00:00
..
libcamera-client.c Integrating libcamera 2020-06-04 10:36:39 +02:00
libcamera-device.c Integrating libcamera 2020-06-04 10:36:39 +02:00
libcamera-source.c Integrating libcamera 2020-06-04 10:36:39 +02:00
libcamera-utils.c Integrating libcamera 2020-06-04 10:36:39 +02:00
libcamera.c Integrating libcamera 2020-06-04 10:36:39 +02:00
libcamera.h Integrating libcamera 2020-06-04 10:36:39 +02:00
libcamera_wrapper.cpp libcamera: fix implicit dependency to libdrm 2020-06-10 09:20:16 +00:00
libcamera_wrapper.h Integrating libcamera 2020-06-04 10:36:39 +02:00
meson.build libcamera: fix implicit dependency to libdrm 2020-06-10 09:20:16 +00:00