diff --git a/common/src/utils/dcamera_utils_tools.cpp b/common/src/utils/dcamera_utils_tools.cpp index c809cc6d250b061ec9894679065c7868a3b6668d..32ac7c1c5a84abdad28587501b743ef4227395f3 100644 --- a/common/src/utils/dcamera_utils_tools.cpp +++ b/common/src/utils/dcamera_utils_tools.cpp @@ -29,9 +29,9 @@ namespace OHOS { namespace DistributedHardware { namespace { #if (defined(__aarch64__) || defined(__x86_64__)) -const std::string YUV_LIB_PATH = "/system/lib64/public/libyuv.z.so"; +const std::string YUV_LIB_PATH = "/system/lib64/chipset-pub-sdk/libyuv.z.so"; #else -const std::string YUV_LIB_PATH = "/system/lib/public/libyuv.z.so"; +const std::string YUV_LIB_PATH = "/system/lib/chipset-pub-sdk/libyuv.z.so"; #endif const std::string GET_IMAGE_CONVERTER_FUNC = "GetImageConverter"; }