fb1cadcbe1
libde265 is an open source implementation of the h.265 video codec. It is written from scratch and has a plain C API to enable a simple integration into other software.
13 lines
322 B
Makefile
13 lines
322 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/08/31 17:18:43 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= libde265
|
|
|
|
.if !defined(LIBDE265_BUILDLINK3_MK)
|
|
LIBDE265_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libde265+= libde265>=1.0.6
|
|
BUILDLINK_PKGSRCDIR.libde265?= ../../multimedia/libde265
|
|
|
|
.endif # LIBDE265_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libde265
|