On Fri, 6 May 2011, Petri Hintukainen wrote: > > BD-J support is still incomplete.
Are there any known good BDs where the BD-J menus are known to work? They would be useful for me for testing that my build is correct. > Have you tried setting path to libbluray.jar ? Like: > [cd .../libbluray] > LIBBLURAY_CP=./src/.libs/libbluray.jar ./src/examples/bdj_test /.../BluRay/ > 00000 Thanks for the suggestion, it solved the SIGSEV issue. I have libbluray.jar in /usr/share/java, shouldn't that be a standard location where it would get found automatically? Where should I put it to avoid having to set the env variable? (this is not an ideal solution in a distro package) Also I noticed that when running bdj_test it looks for 'libbluray.so' and not for 'libbluray.so.0'. In most distros the '.so' symlink is included only in the devel package, the normal lib package only contains '.so.$major' and 'so.$major.$minor.0'. I'm not a programmer so it's hard for me to debug/fix myself but a quick 'grep -r libbluray.so *' in the sourcedir return a few instances where I see 'load libbluray.so'. Basically I trying to package up libbluray for SL6/RHEL6 (I know there are packages around already but they are old and incomplete) and currently bdj_test doesn't work unless I also install the -devel package which shouldn't be necessary. Regards, Andy _______________________________________________ libbluray-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libbluray-devel
