]> sjero.net Git - linphone/blobdiff - LinphoneCoreFactoryImpl.java
add g729 integration
[linphone] / 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();
        }