OSDN Git Service

Corrected the name of the native library the SynthProxy class loads (libttssynthproxy...
authorJean-Michel Trivi <jmtrivi@google.com>
Tue, 2 Jun 2009 23:02:31 +0000 (16:02 -0700)
committerJean-Michel Trivi <jmtrivi@google.com>
Tue, 2 Jun 2009 23:02:31 +0000 (16:02 -0700)
tts/java/android/tts/SynthProxy.java

index 4ed9754..e065f40 100755 (executable)
@@ -120,7 +120,7 @@ public class SynthProxy {
     }
 
     static {
-        System.loadLibrary("synthproxy");
+        System.loadLibrary("ttssynthproxy");
     }
 
     private final static String TAG = "SynthProxy";