diff options
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2019-04-04 17:07:39 +0200 |
---|---|---|
committer | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2019-04-05 21:47:34 +0200 |
commit | 58f1ad3c79e56eca7d64449ee55d823efe86e213 (patch) | |
tree | 5f7dd2cfe5cd0638440f183431e7898e1b1a1167 /test/v4l2_subdevice | |
parent | 024b4ea514466983f853fbbd6f571070679cde46 (diff) |
libcamera: Make geometry.h a public header
Make the geometry header public so it can be used by the API facing
applications.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'test/v4l2_subdevice')
-rw-r--r-- | test/v4l2_subdevice/list_formats.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/v4l2_subdevice/list_formats.cpp b/test/v4l2_subdevice/list_formats.cpp index db486554..47ae3a1c 100644 --- a/test/v4l2_subdevice/list_formats.cpp +++ b/test/v4l2_subdevice/list_formats.cpp @@ -9,7 +9,8 @@ #include <iostream> #include <vector> -#include "geometry.h" +#include <libcamera/geometry.h> + #include "v4l2_subdevice.h" #include "v4l2_subdevice_test.h" |