mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
5b545e2443
New plugins: amrnb: OpenCore based Adaptive Multi-Rate Narrow-Band plugin amrwbdec: OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin twolame: High-quality free MP2 encoder plugin Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.16.html
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# New ports collection makefile for: gstreamer-plugins-amrnb
|
|
# Date created: 6 Sep 2010
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin
|
|
|
|
GST_PLUGIN= amrnb
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|