mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 22:28:07 +00:00
add g729 integration
This commit is contained in:
parent
757b973a8d
commit
9db10616e2
1 changed files with 4 additions and 1 deletions
|
|
@ -51,9 +51,12 @@ public class LinphoneCoreFactoryImpl extends LinphoneCoreFactory {
|
|||
|
||||
// Tunnel
|
||||
loadOptionalLibrary("tunnelclient");
|
||||
|
||||
// g729 A implementation
|
||||
loadOptionalLibrary("bcg729");
|
||||
|
||||
//Main library
|
||||
System.loadLibrary("linphone");
|
||||
System.loadLibrary("linphone");
|
||||
|
||||
Version.dumpCapabilities();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue