53498f794a
* Drop support for HP-UX. * Drop support for Windows 9x and Windows NT. Windows 2000 is now required. * Replace BeOS support by Haiku support. * Add dvdcss_open_stream() to public API. This allows installing custom callback functions for accessing DVD, e.g. over the network. * dvdcss_error() now returns "const char *" instad of "char *". * Drop support for MSVC versions before 2010. * Raw device access now errors out if the device cannot be opened. * Miscellaneous cleanups to code, documentation, build system.
13 lines
381 B
Makefile
13 lines
381 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2015/01/31 21:24:11 adam Exp $
|
|
|
|
BUILDLINK_TREE+= libdvdcss
|
|
|
|
.if !defined(LIBDVDCSS_BUILDLINK3_MK)
|
|
LIBDVDCSS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libdvdcss+= libdvdcss>=1.3.99
|
|
BUILDLINK_ABI_DEPENDS.libdvdcss+= libdvdcss>=1.3.99
|
|
BUILDLINK_PKGSRCDIR.libdvdcss?= ../../multimedia/libdvdcss
|
|
.endif # LIBDVDCSS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libdvdcss
|