diff options
author | ryoon <ryoon> | 2012-11-29 09:22:15 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-11-29 09:22:15 +0000 |
commit | ba347eb8376001656c52c5c0460d6c7fc195e26d (patch) | |
tree | 61c48a4060a9d9785530f671963b4b01f526363f /multimedia/gst-plugins1-mpeg2dec/Makefile | |
parent | 2c53bcda94decaf2956377adc8dae5c86e96db02 (diff) | |
download | pkgsrc-ba347eb8376001656c52c5c0460d6c7fc195e26d.tar.gz |
Import gst-plugins1-mpeg2dec-1.0.3 as multimedia/gst-plugins1-mpeg2dec.
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.
Diffstat (limited to 'multimedia/gst-plugins1-mpeg2dec/Makefile')
-rw-r--r-- | multimedia/gst-plugins1-mpeg2dec/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/gst-plugins1-mpeg2dec/Makefile b/multimedia/gst-plugins1-mpeg2dec/Makefile new file mode 100644 index 00000000000..52be6ac4a55 --- /dev/null +++ b/multimedia/gst-plugins1-mpeg2dec/Makefile @@ -0,0 +1,10 @@ +# $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" |