From 4e5e352f3b43fed96987a78eae90f144f26ed7a1 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Tue, 22 Oct 2019 01:54:17 +0200 Subject: ipa: Define serialized controls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Define data structures to be used during interaction between IPA modules and pipeline handlers to serialize control lists and control info maps. Signed-off-by: Jacopo Mondi Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Reviewed-by: Niklas Söderlund --- include/ipa/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ipa/meson.build') diff --git a/include/ipa/meson.build b/include/ipa/meson.build index a0ce96ba..695a4183 100644 --- a/include/ipa/meson.build +++ b/include/ipa/meson.build @@ -1,4 +1,5 @@ libcamera_ipa_api = files([ + 'ipa_controls.h', 'ipa_interface.h', 'ipa_module_info.h', ]) -- cgit v1.2.1