Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
netbsd [2018/02/20 04:09] – beandog | netbsd [2018/03/28 05:59] (current) – beandog | ||
---|---|---|---|
Line 2: | Line 2: | ||
* [[https:// | * [[https:// | ||
+ | * [[dvd_info]] | ||
==== dvd_info ==== | ==== dvd_info ==== | ||
Line 59: | Line 60: | ||
==== libbluray ==== | ==== libbluray ==== | ||
- | I haven' | + | I can get libbluray |
+ | |||
+ | Yet another dirty hack: | ||
+ | |||
+ | < | ||
+ | cp jni/ | ||
+ | ./configure --prefix=/ | ||
+ | </ | ||
+ | |||
+ | bluray_info works great (1.2.0): | ||
+ | |||
+ | < | ||
+ | gcc -o bluray_info bluray_info.c bluray_video.c bluray_audio.c bluray_time.c -lbluray -L/ | ||
+ | </ |