0e20b6bb6c
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 OpenGL plugin for GStreamer, which allows graphics rendering through this library.
12 lines
309 B
Makefile
12 lines
309 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/01/13 12:58:27 jmmv Exp $
|
|
#
|
|
|
|
GST_PLUGINS_NAME= opengl
|
|
GST_PLUGINS_DIR= sys/glsink
|
|
|
|
.include "../../multimedia/gst-plugins/Makefile.common"
|
|
|
|
BUILDLINK_DEPENDS.gst-plugins+= gst-plugins>=0.8.7nb1
|
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|