]> sjero.net Git - linphone/commitdiff
add g729 integration
authorJehan Monnier <jehan.monnier@linphone.org>
Fri, 17 Feb 2012 10:30:39 +0000 (11:30 +0100)
committerJehan Monnier <jehan.monnier@linphone.org>
Fri, 17 Feb 2012 10:30:39 +0000 (11:30 +0100)
LinphoneCoreFactoryImpl.java

index 39fbeee545ae7b94c5b46ed69ae338e0c19328c5..a5ae7805f0054f1669fcedca3bea57becec83c24 100644 (file)
@@ -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();
        }