libcamera/src
Laurent Pinchart 8f8992e4ee libcamera: pipeline: ipu3: Fix compilation on gcc 5 and 6
Commit 5e7c5d64a6 ("libcamera: ipu3: Do not unconditionally queue
buffers to CIO2") introduced usage of the std::queue default constructor
by using copy-list-initialization from {}. The default constructor was
explicit in C++11, which was fixed retroactively with a defect report
(http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0935r0.html).
gcc 5 and 6 are unfortunately affected, requiring explicit usage of the
constructor.

Fixes: 5e7c5d64a6 ("libcamera: ipu3: Do not unconditionally queue buffers to CIO2")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2020-03-29 00:02:13 +02:00
..
android android: camera_device: Use Camera properties for static Metadata 2020-02-14 16:27:42 +01:00
cam cam: Add option to capture StillCaptureRaw stream 2020-03-27 16:27:28 +01:00
gstreamer libcamera: framebuffer_allocator: Lift camera restrictions on allocator 2020-03-18 19:15:18 +02:00
ipa libcamera: Make pipeline handlers selectable at compile time 2020-03-25 12:21:13 +02:00
libcamera libcamera: pipeline: ipu3: Fix compilation on gcc 5 and 6 2020-03-29 00:02:13 +02:00
qcam qcam: Print whole stream configuration when adjusted 2020-03-26 13:37:55 +02:00
v4l2 libcamera: framebuffer_allocator: Lift camera restrictions on allocator 2020-03-18 19:15:18 +02:00
meson.build Add GStreamer plugin and element skeleton 2020-03-07 01:57:42 +02:00