summaryrefslogtreecommitdiff
path: root/src/ipa/ipu3/algorithms/meson.build
diff options
context:
space:
mode:
authorJean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>2021-08-18 17:54:02 +0200
committerJean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>2021-08-20 12:11:29 +0200
commitb145ae42428b9f21fff01d7353a655e07e818c33 (patch)
treec88399ecf4cd1d5f2725324f98f849a41ddfc689 /src/ipa/ipu3/algorithms/meson.build
parent16266def40cda947aaa1a50009e89f639c26e7cf (diff)
ipa: ipu3: Move IPU3 awb into algorithms
Now that the interface is properly used by the AWB class, move it into ipa::ipu3::algorithms and let the loops do the calls. Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/ipu3/algorithms/meson.build')
-rw-r--r--src/ipa/ipu3/algorithms/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/ipu3/algorithms/meson.build b/src/ipa/ipu3/algorithms/meson.build
index 71eedfa4..fa004df4 100644
--- a/src/ipa/ipu3/algorithms/meson.build
+++ b/src/ipa/ipu3/algorithms/meson.build
@@ -2,5 +2,6 @@
ipu3_ipa_algorithms = files([
'algorithm.cpp',
+ 'awb.cpp',
'tone_mapping.cpp',
])