summaryrefslogtreecommitdiff
path: root/src/libcamera/ipa_manager.cpp
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2020-04-28 13:10:49 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2020-04-30 10:21:49 +0100
commit389c19c267cb20312a0fd895c2418da73c91283d (patch)
tree01cb99d08270e096684f292f20cbe12cbe75b799 /src/libcamera/ipa_manager.cpp
parentbcf986d07b1faf5412304cf63a0dfd05dbd91472 (diff)
libcamera: ipa_manager: Fix build path comments
The comments describe functionality before libcameraBuildPath() was adapted from libcameraPath() to return the root of the build, and described having to take a relative path. This is no longer the case, and the comment is inaccurate. Fix it. Fixes: 1b8ac8473c94 ("libcamera: utils: Adapt libcameraPath to match use cases") Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/libcamera/ipa_manager.cpp')
-rw-r--r--src/libcamera/ipa_manager.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libcamera/ipa_manager.cpp b/src/libcamera/ipa_manager.cpp
index df378679..1faa3dd3 100644
--- a/src/libcamera/ipa_manager.cpp
+++ b/src/libcamera/ipa_manager.cpp
@@ -114,10 +114,7 @@ IPAManager::IPAManager()
/*
* When libcamera is used before it is installed, load IPAs from the
- * same build directory as the libcamera library itself. This requires
- * identifying the path of the libcamera.so, and referencing a relative
- * path for the IPA from that point. We need to recurse one level of
- * sub-directories to match the build tree.
+ * same build directory as the libcamera library itself.
*/
std::string root = utils::libcameraBuildPath();
if (!root.empty()) {