From a5f8ab82dfa3bb6531df0f9d7a4c3b4c8126a8a9 Mon Sep 17 00:00:00 2001 From: Hirokazu Honda Date: Mon, 10 May 2021 14:42:42 +0900 Subject: libcamera: V4L2Control: remove V4L2Control classes V4L2ControlId and V4L2ControlInfo are just convenience classes to create ControlId and ControlInfo from v4l2_query_ext_control. Therefore, there is no need of being a class. It is used only from V4L2Device. This removes the classes and put the equivalent functions of creating ControlId and ControlInfo in v4l2_device.cpp. Signed-off-by: Hirokazu Honda Reviewed-by: Jacopo Mondi Signed-off-by: Laurent Pinchart --- src/libcamera/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libcamera/meson.build') diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build index 7bc59b84..5a41816e 100644 --- a/src/libcamera/meson.build +++ b/src/libcamera/meson.build @@ -52,7 +52,6 @@ libcamera_sources = files([ 'timer.cpp', 'transform.cpp', 'utils.cpp', - 'v4l2_controls.cpp', 'v4l2_device.cpp', 'v4l2_pixelformat.cpp', 'v4l2_subdevice.cpp', -- cgit v1.2.1