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
17 lines
377 B
Makefile
17 lines
377 B
Makefile
# New ports collection makefile for: gstreamer-plugins-amrwbdec
|
|
# Date created: 6 Sep 2010
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin
|
|
|
|
GST_PLUGIN= amrwbdec
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|