pipewire/spa
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
..
examples libcamera: disable by default 2020-06-04 10:50:54 +02:00
include Removed datas field 2020-06-04 10:36:39 +02:00
plugins libcamera: fix implicit dependency to libdrm 2020-06-10 09:20:16 +00:00
tests avoid some useless assignments 2020-05-20 15:24:25 +02:00
tools initialize variables better 2020-05-20 15:24:25 +02:00
meson.build add version requirement for vulkan library dependency 2020-06-04 18:11:48 +00:00