[libcamera-devel] [RFC PATCH v2 4/4] pipeline: isp: Modify the dependent file path

Siyuan Fan siyuan.fan at foxmail.com
Tue Aug 10 14:17:42 CEST 2021


From: Fan Siyuan <siyuan.fan at foxmail.com>

 We move the ISP to a new path and modify the path.

Signed-off-by: Fan Siyuan <siyuan.fan at foxmail.com>
---
 src/libcamera/pipeline/isp/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libcamera/pipeline/isp/meson.build b/src/libcamera/pipeline/isp/meson.build
index 562b83b5..1e80ea84 100644
--- a/src/libcamera/pipeline/isp/meson.build
+++ b/src/libcamera/pipeline/isp/meson.build
@@ -2,5 +2,5 @@
 
 libcamera_sources += files([
     'isp.cpp',
-    'isp_processing.cpp',
-])
+    '../../swisp/isp.cpp'
+])
\ No newline at end of file
-- 
2.20.1



More information about the libcamera-devel mailing list