diff --git a/common/src/utils/dcamera_utils_tools.cpp b/common/src/utils/dcamera_utils_tools.cpp index 3cf52726708dbdace700b9815d7f813a64212e76..c809cc6d250b061ec9894679065c7868a3b6668d 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/platformsdk/libyuv.z.so"; +const std::string YUV_LIB_PATH = "/system/lib64/public/libyuv.z.so"; #else -const std::string YUV_LIB_PATH = "/system/lib/platformsdk/libyuv.z.so"; +const std::string YUV_LIB_PATH = "/system/lib/public/libyuv.z.so"; #endif const std::string GET_IMAGE_CONVERTER_FUNC = "GetImageConverter"; }