forked from pool/libbluray
- Update to version 0.7.0 OBS-URL: https://build.opensuse.org/request/show/282988 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=27
12 lines
484 B
Diff
12 lines
484 B
Diff
--- src/libbluray/bdj/bdj.c.orig 2015-01-26 09:01:57.000000000 +0100
|
|
+++ src/libbluray/bdj/bdj.c 2015-01-27 13:00:09.750270100 +0100
|
|
@@ -166,7 +166,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
|