aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer1-plugins-webrtcdsp/Makefile
blob: fd9c02e074cfe0a213605d32540b699041da3160 (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 WebRTC Audio Processing plugin

GST_PLUGIN=	webrtcdsp
DIST=		bad

USES+=		compiler:c++11-lang

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

PLIST=  ${.CURDIR}/pkg-plist

LIB_DEPENDS=  libwebrtc_audio_processing.so:audio/webrtc-audio-processing0

.include "${MASTERDIR}/Makefile"