deba560d35
architectures. PR: 234337 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
16 lines
254 B
Makefile
16 lines
254 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|