[libbluray-devel] Use -XfullShutdown with PhoneME

hpi1 git at videolan.org
Mon Apr 8 11:21:59 CEST 2013


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Apr  8 10:48:21 2013 +0300| [ad1d63f4adcba55b21f4ebd5c24ea99b65e14bd7] | committer: hpi1

Use -XfullShutdown with PhoneME

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

 src/libbluray/bdj/bdj.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libbluray/bdj/bdj.c b/src/libbluray/bdj/bdj.c
index f073869..40c542e 100644
--- a/src/libbluray/bdj/bdj.c
+++ b/src/libbluray/bdj/bdj.c
@@ -297,6 +297,7 @@ BDJAVA* bdj_open(const char *path, struct bluray *bd,
 #ifdef HAVE_BDJ_J2ME
     option[n++].optionString = str_printf("-Djava.home=%s", java_home);
     option[n++].optionString = str_printf("-Xbootclasspath/a:%s/lib/xmlparser.jar", java_home);
+    option[n++].optionString = str_dup   ("-XfullShutdown");
 #endif
 
     args.version = JNI_VERSION_1_4;



More information about the libbluray-devel mailing list