Skip to content

Commit 6991325

Browse files
authored
Merge pull request #122 from hao-yao/dfsg
Remove "hal" suffix for ipu7 library
2 parents 2982728 + 3e3212d commit 6991325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hal/hal_adaptor/HalAdaptor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static void load_camera_hal_library() {
101101
} else if (strstr(gPciId, "0x7d19") != nullptr /* MTL */) {
102102
libName += "ipu6epmtl.so";
103103
} else if (strstr(gPciId, "0x645d") != nullptr /* LNL */) {
104-
libName += "ipu7hal.so";
104+
libName += "ipu7.so";
105105
} else if (strstr(gPciId, "0x9a19") != nullptr /* TGL */) {
106106
libName += "ipu6.so";
107107
} else {

0 commit comments

Comments
 (0)