- fix build with PVQA library 1.5.601
This commit is contained in:
@@ -195,7 +195,9 @@ bool SevanaPVQA::initializeLibraryWithData(const void* license_buffer, size_t li
|
|||||||
const void* config_buffer, size_t config_len)
|
const void* config_buffer, size_t config_len)
|
||||||
{
|
{
|
||||||
mPvqaLoaded = false;
|
mPvqaLoaded = false;
|
||||||
|
#if defined(OLD_PVQA)
|
||||||
|
return false;
|
||||||
|
#else
|
||||||
ICELogInfo(<< "Sevana PVQA is about to be initialized via byte buffers.");
|
ICELogInfo(<< "Sevana PVQA is about to be initialized via byte buffers.");
|
||||||
|
|
||||||
// Initialize PVQA library
|
// Initialize PVQA library
|
||||||
@@ -222,6 +224,7 @@ bool SevanaPVQA::initializeLibraryWithData(const void* license_buffer, size_t li
|
|||||||
mPvqaLoaded = true;
|
mPvqaLoaded = true;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SevanaPVQA::isInitialized()
|
bool SevanaPVQA::isInitialized()
|
||||||
|
|||||||
Reference in New Issue
Block a user