pkgsrc/multimedia/gst-plugins1-x264/Makefile
ryoon 1dc39ee08b Import gst-plugins1-x264-1.0.3 as multimedia/gst-plugins1-x264.
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 x264 plugin for GStreamer, making it able to
encode videos using the H.264 video codec.
2012-11-29 09:23:21 +00:00

12 lines
338 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/11/29 09:23:21 ryoon Exp $
#
GST_PLUGINS1_NAME= x264
GST_PLUGINS1_DIRS= ext/x264
.include "../../multimedia/gst-plugins1-ugly/Makefile.common"
# need shared lib
BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20071218nb1
.include "../../multimedia/x264-devel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"