PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
17 lines
347 B
Makefile
17 lines
347 B
Makefile
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"
|