[v2,7/9] libipa: Use Matrix class from libcamera
diff mbox series

Message ID 20241119103740.1919807-8-stefan.klug@ideasonboard.com
State New
Headers show
Series
  • ove Matrix class from libipa to libcamera
Related show

Commit Message

Stefan Klug Nov. 19, 2024, 10:37 a.m. UTC
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@ideasonboard.com>
---
 src/ipa/libipa/vector.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Laurent Pinchart Nov. 19, 2024, 11:42 a.m. UTC | #1
Hi Stefan,

Thank you for the patch.

On Tue, Nov 19, 2024 at 11:37:34AM +0100, Stefan Klug wrote:
> 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@ideasonboard.com>
> ---
>  src/ipa/libipa/vector.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/ipa/libipa/vector.h b/src/ipa/libipa/vector.h
> index 8612a06a2ab2..dcafcb1c0e96 100644
> --- a/src/ipa/libipa/vector.h
> +++ b/src/ipa/libipa/vector.h
> @@ -14,9 +14,9 @@
>  #include <libcamera/base/log.h>
>  #include <libcamera/base/span.h>
>  
> -#include "libcamera/internal/yaml_parser.h"
> +#include "libcamera/internal/matrix.h"
>  

You can drop this blank line.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> -#include "matrix.h"
> +#include "libcamera/internal/yaml_parser.h"
>  
>  namespace libcamera {
>

Patch
diff mbox series

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