- Add support for Java VM (BD-J) on MacOS. - Add clip_id to BLURAY_CLIP_INFO. - Add a suitable JVM path for Fedora/RHEL and clones. - Add support for AVCHD 8.3 filenames. - Add player setting for disabling persistent storage. - Add bd_set_rate(). - Add playback time position to BD_EVENT_SEEK. - Add BD_VK_ROOT_MENU handling. - Add support for heavily fragmented 3D .m2ts files. - Improve Win32 dll loading security. - Improve playback resume position accuracy. - Improve error resilience and stability. - Fix using libmmbd with unmounted discs. - Fix leaks. - Delay BD-J overlay opening until something visible has been drawn. - Close BD-J overlay when window is not visible. - Use temporary storage when cache or persistent root location is unknown.
13 lines
330 B
Makefile
13 lines
330 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2017/03/18 18:18:45 adam Exp $
|
|
|
|
BUILDLINK_TREE+= libbluray
|
|
|
|
.if !defined(LIBBLURAY_BUILDLINK3_MK)
|
|
LIBBLURAY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libbluray+= libbluray>=0.8.1
|
|
BUILDLINK_PKGSRCDIR.libbluray?= ../../multimedia/libbluray
|
|
|
|
.endif # LIBBLURAY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libbluray
|