We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed197df + 3c295b4 commit 8a4990bCopy full SHA for 8a4990b
src/decrypters/widevine/WVDecrypter.cpp
@@ -42,9 +42,9 @@ bool CWVDecrypter::Initialize()
42
// Kodi kodi::tools::CDllHelper LoadDll() cannot be used because use RTLD_LOCAL,
43
// and we need the RTLD_GLOBAL flag.
44
std::string binaryPath;
45
- if (!FILESYS::FindFilePath(FILESYS::GetAddonPath(), "cdm_aarch64_loader.so", binaryPath))
+ if (!FILESYS::FindFilePath(FILESYS::GetAddonPath(), "libcdm_aarch64_loader.so", binaryPath))
46
{
47
- LOG::Log(LOGERROR, "Cannot find the cdm_aarch64_loader.so file");
+ LOG::Log(LOGERROR, "Cannot find the libcdm_aarch64_loader.so file");
48
return false;
49
}
50
0 commit comments