Update to version 0.9.2 OBS-URL: https://build.opensuse.org/request/show/347314 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=43
12 lines
565 B
Diff
12 lines
565 B
Diff
--- src/libbluray/bdj/bdj.c.orig 2015-11-22 11:10:40.000000000 +0200
|
|
+++ src/libbluray/bdj/bdj.c 2015-12-03 12:54:21.000000000 +0100
|
|
@@ -205,7 +205,7 @@
|
|
"/usr/lib/jvm/java-6-openjdk",
|
|
"/usr/lib/jvm/java-7-openjdk",
|
|
"/etc/java-config-2/current-system-vm"};
|
|
- static const char jvm_dir[] = "jre/lib/" JAVA_ARCH "/server";
|
|
+ static const char jvm_dir[] = "lib/" JAVA_ARCH "/server";
|
|
static const char jvm_lib[] = "libjvm";
|
|
# endif
|
|
#endif
|