提交 8b0d96a2 authored 作者: Michael Jerris's avatar Michael Jerris

add additional api change (should this really be UNI_VERSION_AT_LEAST(0,9,0) ?)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15582 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 fa2c2421
......@@ -3510,7 +3510,11 @@ static mrcp_client_t *mod_unimrcp_client_create(switch_memory_pool_t *mod_pool)
}
/* Set up the media engine that will be shared with all profiles */
#if UNI_VERSION_AT_LEAST(0,8,0)
media_engine = mpf_engine_create(1, pool);
#else
media_engine = mpf_engine_create(pool);
#endif
if (media_engine) {
mrcp_client_media_engine_register(client, media_engine, "MediaEngine");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论