summaryrefslogtreecommitdiff
path: root/src/ipa/libipa/meson.build
diff options
context:
space:
mode:
authorDaniel Scally <dan.scally@ideasonboard.com>2024-11-15 07:46:23 +0000
committerDaniel Scally <dan.scally@ideasonboard.com>2024-11-18 15:48:25 +0000
commitb1439c87d118776274296ef07136919a693e73fc (patch)
tree3bdd61dd3a9e2492d17f713c4ce756bb575172b8 /src/ipa/libipa/meson.build
parent5c71df927ddaaa01204bff1e647c9d2bf653d95f (diff)
ipa: libipa: Add colour helpers
We start to have some functions relating to colour that are effectively identical crop up across the IPA modules. Add a file allowing those to be centralised within libipa so that a single implementation can be used in all of the IPAs. Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/libipa/meson.build')
-rw-r--r--src/ipa/libipa/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipa/libipa/meson.build b/src/ipa/libipa/meson.build
index e78cbcd6..788d037a 100644
--- a/src/ipa/libipa/meson.build
+++ b/src/ipa/libipa/meson.build
@@ -4,6 +4,7 @@ libipa_headers = files([
'agc_mean_luminance.h',
'algorithm.h',
'camera_sensor_helper.h',
+ 'colours.h',
'exposure_mode_helper.h',
'fc_queue.h',
'histogram.h',
@@ -19,6 +20,7 @@ libipa_sources = files([
'agc_mean_luminance.cpp',
'algorithm.cpp',
'camera_sensor_helper.cpp',
+ 'colours.cpp',
'exposure_mode_helper.cpp',
'fc_queue.cpp',
'histogram.cpp',