[libbluray-devel] Changed PhoneME library name in Windows (cvm -> cvmi)

hpi1 git at videolan.org
Sat Jun 22 20:35:44 CEST 2013


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Sat Jun 22 21:34:47 2013 +0300| [3c90b8c46703d4e5c1521a127308d1e1c148627a] | committer: hpi1

Changed PhoneME library name in Windows (cvm -> cvmi)

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=3c90b8c46703d4e5c1521a127308d1e1c148627a
---

 src/libbluray/bdj/bdj.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libbluray/bdj/bdj.c b/src/libbluray/bdj/bdj.c
index 281b69c..01dc79e 100644
--- a/src/libbluray/bdj/bdj.c
+++ b/src/libbluray/bdj/bdj.c
@@ -66,9 +66,9 @@ static void *_load_jvm(const char **p_java_home)
 {
 #ifdef HAVE_BDJ_J2ME
 # ifdef WIN32
-  static const char *jvm_path[] = {NULL, JDK_HOME};
+    static const char *jvm_path[] = {NULL, JDK_HOME};
     static const char  jvm_dir[]  = "bin";
-    static const char  jvm_lib[]  = "cvm";
+    static const char  jvm_lib[]  = "cvmi";
 # else
     static const char *jvm_path[] = {NULL, JDK_HOME, "/opt/PhoneME"};
     static const char  jvm_dir[]  = "bin";



More information about the libbluray-devel mailing list