1f3f03b932
VAAPI (Video Acceleration API) enables hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).
13 lines
301 B
Makefile
13 lines
301 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/01/19 04:15:41 jmcneill Exp $
|
|
|
|
BUILDLINK_TREE+= libva
|
|
|
|
.if !defined(LIBVA_BUILDLINK3_MK)
|
|
LIBVA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libva+= libva>=1.0.6
|
|
BUILDLINK_PKGSRCDIR.libva?= ../../multimedia/libva
|
|
|
|
.endif # LIBVA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libva
|