b437af72e9
- Reorder the plugin list in bsd.gstreamer.mk so it its inside 80 chars. - Enable the dvb and shm plugin in the -bad package. - New plugins: resindvd: Dvd navigation plugin schroedinger: Dirac high speed video codec plugin vdpau: Nvidia vdpau extention plugin [1] vp8: Google vp8 codec plugin Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html PR: ports/15077 (borrowed some ideas) Submitted by: Anonymous <swell.k@gmail.com>
17 lines
330 B
Makefile
17 lines
330 B
Makefile
# New ports collection makefile for: gstreamer-plugins-vp8
|
|
# Date created: 10 Sep 2010
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= Gstreamer vp8 codec plugin
|
|
|
|
GST_PLUGIN= vp8
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|