Skip to content

Commit

Permalink
hal_adaptor: Fix IPU7X lib name
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Yao <hao.yao@intel.com>
  • Loading branch information
hao-yao committed Oct 21, 2024
1 parent 35e2700 commit ddd731d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/hal_adaptor/HalAdaptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static void load_camera_hal_library() {
} else if (strstr(gPciId, "0x7d19") != nullptr /* MTL */) {
libName += "ipu6epmtl.so";
} else if (strstr(gPciId, "0x645d") != nullptr /* LNL */) {
libName += "ipu7.so";
libName += "ipu7x.so";
} else if (strstr(gPciId, "0x9a19") != nullptr /* TGL */) {
libName += "ipu6.so";
} else {
Expand Down

0 comments on commit ddd731d

Please sign in to comment.