Skip to content

Commit

Permalink
Remove "hal" suffix for ipu7 library
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 Aug 15, 2024
1 parent 2982728 commit 3e3212d
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 += "ipu7hal.so";
libName += "ipu7.so";
} else if (strstr(gPciId, "0x9a19") != nullptr /* TGL */) {
libName += "ipu6.so";
} else {
Expand Down

0 comments on commit 3e3212d

Please sign in to comment.