libcamera/src
Laurent Pinchart dac1a0549a apps: cam: Fix compilation error with clang when libtiff-4 is not found
When libtiff-4 is not found, the private camera_ member of the FileSink
class is set but never used. This causes a compilation error with clang:

In file included from ../../src/apps/cam/file_sink.cpp:19:
../../src/apps/cam/file_sink.h:39:27: error: private field 'camera_' is not used [-Werror,-Wunused-private-field]
        const libcamera::Camera *camera_;

Fix by making the camera_ member field conditional on HAVE_TIFF.

Fixes: 6404b163bc ("cam: file_sink: Add support for DNG output")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2022-10-24 16:30:56 +03:00
..
android libcamera: framebuffer: Move remaining private data to Private class 2022-10-10 17:49:49 +03:00
apps apps: cam: Fix compilation error with clang when libtiff-4 is not found 2022-10-24 16:30:56 +03:00
gstreamer gstreamer: Check gstreamer version before using newer macros 2022-09-12 22:44:53 +05:30
ipa ipa: raspberrypi: Rename ov9281.json to ov9281_mono.json 2022-10-20 13:36:25 +03:00
libcamera libcamera: base: log: Fix LogCategory creation issues 2022-10-20 02:42:07 +03:00
py py: Support controls that are ControlTypeNone 2022-09-30 23:12:05 +03:00
v4l2 libcamera: v4l2_pixelformat: Return the list of V4L2 formats 2022-08-03 15:07:20 +02:00
meson.build Move test applications to src/apps/ 2022-10-20 13:36:25 +03:00