diff options
author | Umang Jain <umang.jain@ideasonboard.com> | 2021-05-10 23:40:28 +0530 |
---|---|---|
committer | Umang Jain <umang.jain@ideasonboard.com> | 2021-06-28 17:54:08 +0530 |
commit | 3e6709e214045205790df311f5ee3b003a6f8b3e (patch) | |
tree | 8c67b8334cec54847f23b256cbca793d0eb11681 /aic/meson.build | |
parent | 809edb381ccdd367e2b425dd5f186322968de015 (diff) |
aic: Import IPU3ISPPipe
Import and construct the IPU3ISPPipe to provide the callback hooks
required by the ia_imaging libraries.
We need to set 'MACRO_KBL_AIC' for rgbir_2500_config
aic config parameter since it's wrapped in #ifdefs
directives.
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Diffstat (limited to 'aic/meson.build')
-rw-r--r-- | aic/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aic/meson.build b/aic/meson.build index c3a8201..361d8b2 100644 --- a/aic/meson.build +++ b/aic/meson.build @@ -1,5 +1,6 @@ # SPDX-License-Identifier: CC0-1.0 ipu3_ipa_files += files([ + 'ipu3_isp_pipe.cpp', 'parameter_encoder.cpp', ]) |