update to new api in unimrcp r1297

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15616 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-11-23 16:03:13 +00:00
parent 3e843f59eb
commit ec762ca316
1 changed files with 0 additions and 4 deletions

View File

@ -3510,11 +3510,7 @@ 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");
}