[PATCH v3 7/9] libipa: Use Matrix class from libcamera

Stefan Klug stefan.klug at ideasonboard.com
Wed Nov 20 15:27:54 CET 2024


Use the Matrix class from libcamera/internal in libipa so that the one
from libipa can be dropped later.

Signed-off-by: Stefan Klug <stefan.klug at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

---
Changes in v3:
- Collected tags
- Removed empty line
---
 src/ipa/libipa/vector.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/ipa/libipa/vector.h b/src/ipa/libipa/vector.h
index 8612a06a2ab2..b4aec8ceeeed 100644
--- a/src/ipa/libipa/vector.h
+++ b/src/ipa/libipa/vector.h
@@ -14,10 +14,9 @@
 #include <libcamera/base/log.h>
 #include <libcamera/base/span.h>
 
+#include "libcamera/internal/matrix.h"
 #include "libcamera/internal/yaml_parser.h"
 
-#include "matrix.h"
-
 namespace libcamera {
 
 LOG_DECLARE_CATEGORY(Vector)
-- 
2.43.0



More information about the libcamera-devel mailing list