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