aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer1-plugins-amrnb/Makefile
blob: fc4c144ead72bc4ba6a7401dca42bff5d5b7cfb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTREVISION=	0
CATEGORIES=	audio

COMMENT=	GStreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin

GST_PLUGIN=	amrnb
DIST=		ugly

MASTERDIR=  ${.CURDIR}/../../multimedia/gstreamer1-plugins

MESON_ARGS+= -Dgpl=enabled

PLIST=  ${.CURDIR}/pkg-plist

LIB_DEPENDS=  libopencore-amrnb.so:audio/opencore-amr

.include "${MASTERDIR}/Makefile"