a9ca5519e5
Frei0r is a minimalistic plugin API for video effects. The main emphasis is on simplicity for an API that will round up the most common video effects into simple filters, sources and mixers that can be controlled by parameters. It's our hope that this way these simple effects can be shared between many applications, avoiding their reimplementation by different projects.
14 lines
347 B
Makefile
14 lines
347 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2019/08/02 10:09:38 nia Exp $
|
|
|
|
BUILDLINK_TREE+= frei0r
|
|
|
|
.if !defined(FREI0R_BUILDLINK3_MK)
|
|
FREI0R_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.frei0r+= frei0r>=1.6.1
|
|
BUILDLINK_PKGSRCDIR.frei0r?= ../../multimedia/frei0r
|
|
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.endif # FREI0R_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -frei0r
|