b4da0c3605
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis 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. GStreamer is released under the LGPL. This package is part of the 'good' plugins for GStreamer. It provides a plugin to access v4l2.
13 lines
339 B
Makefile
13 lines
339 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/08/03 04:49:39 ryoon Exp $
|
|
#
|
|
|
|
GST_PLUGINS1_NAME= v4l2
|
|
GST_PLUGINS1_DIRS= sys/v4l2
|
|
GST_PLUGINS1_FLAGS= gst_v4l2
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-[5-9]* Linux-* SunOS-5.11-*
|
|
|
|
.include "../../multimedia/gst-plugins1-good/Makefile.common"
|
|
|
|
.include "../../graphics/libv4l/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|