5761e06c15
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the gl plugin for GStreamer using the Raspberry Pi's VideoCore IV EGL APIs.
13 lines
391 B
Makefile
13 lines
391 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2015/01/30 11:09:45 jmcneill Exp $
|
|
|
|
BUILDLINK_TREE+= gst-plugins1-gl
|
|
|
|
.if !defined(GST_PLUGINS1_GL_BUILDLINK3_MK)
|
|
GST_PLUGINS1_GL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gst-plugins1-gl+= gst-plugins1-gl>=1.4.5
|
|
BUILDLINK_PKGSRCDIR.gst-plugins1-gl?= ../../multimedia/gst-plugins1-egl-gl
|
|
|
|
.endif # GST_PLUGINS1_GL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gst-plugins1-gl
|