de4ce5916d
AOMedia Video 1 (AV1), is an open, royalty-free video coding format designed for video transmissions over the Internet. AV1 is intended to be able to be used together with the audio format Opus in a future version of the WebM container format for HTML5 web video and WebRTC.
12 lines
301 B
Makefile
12 lines
301 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/09/30 18:58:16 maya Exp $
|
|
|
|
BUILDLINK_TREE+= libaom
|
|
|
|
.if !defined(LIBAOM_BUILDLINK3_MK)
|
|
LIBAOM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libaom+= libaom>=1.0.0
|
|
BUILDLINK_PKGSRCDIR.libaom?= ../../multimedia/libaom
|
|
.endif # LIBAOM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libaom
|