mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
update grammar search path
This commit is contained in:
parent
55f1684135
commit
cede358396
1 changed files with 1 additions and 1 deletions
|
|
@ -2267,7 +2267,7 @@ static void linphone_core_init(LinphoneCore * lc, LinphoneCoreCbs *cbs, LpConfig
|
|||
lc->factory = ms_factory_new_with_voip_and_directories(msplugins_dir, image_resources_dir);
|
||||
lc->sal->setFactory(lc->factory);
|
||||
|
||||
belr::GrammarLoader::get().addPath(getPlatformHelpers(lc)->getDataPath());
|
||||
belr::GrammarLoader::get().addPath(std::string(linphone_factory_get_top_resources_dir(lfactory)).append("/belr/grammars").c_str());
|
||||
|
||||
linphone_task_list_init(&lc->hooks);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue