c19233ec15
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 mpeg2dec plugin for GStreamer, an MPEG 1 and MPEG 2 video decoder.
10 lines
267 B
Makefile
10 lines
267 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/11/29 09:22:15 ryoon Exp $
|
|
#
|
|
|
|
GST_PLUGINS1_NAME= mpeg2dec
|
|
GST_PLUGINS1_DIRS= ext/mpeg2dec
|
|
|
|
.include "../../multimedia/gst-plugins1-ugly/Makefile.common"
|
|
|
|
.include "../../multimedia/libmpeg2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|