Skip to content

Commit

Permalink
Merge pull request #122 from hao-yao/dfsg
Browse files Browse the repository at this point in the history
Remove "hal" suffix for ipu7 library
  • Loading branch information
hao-yao authored Aug 15, 2024
2 parents 2982728 + 3e3212d commit 6991325
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 6991325

Please sign in to comment.