Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
netbsd [2018/02/19 21:09]
beandog
netbsd [2018/02/19 21:28]
beandog [libbluray]
Line 59: Line 59:
 ==== libbluray ==== ==== libbluray ====
  
-haven'​t been able to install ​libbluray, either ​from pkgsrc or source (1.0.2).+can get libbluray ​to install from source (1.0.2), but not libaacs. 
 + 
 +Yet another dirty hack: 
 + 
 +<​code>​ 
 +cp jni/​linux/​jni_md.h jni/ 
 +./configure --prefix=/​usr/​pkg --disable-bdjava-jar --without-freetype 
 +</​code>​ 
 + 
 +bluray_info works great (1.2.0): 
 + 
 +<​code>​ 
 +gcc -o bluray_info bluray_info.c bluray_video.c bluray_audio.c bluray_time.c -lbluray -L/​usr/​pkg/​lib -Wl,​-R/​usr/​pkg/​lib -lbluray -I/​usr/​pkg/​include -std=c99 
 +</​code>​

Navigation