mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
audio/gstreamer1-plugins-webrtcdsp: connect to build after r481919
webrtcdsp has been listed in Makefile.common since r446388
This commit is contained in:
parent
f4d77ca620
commit
53dd3b73ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481937
3 changed files with 17 additions and 0 deletions
|
@ -315,6 +315,7 @@
|
|||
SUBDIR += gstreamer1-plugins-twolame
|
||||
SUBDIR += gstreamer1-plugins-vorbis
|
||||
SUBDIR += gstreamer1-plugins-wavpack
|
||||
SUBDIR += gstreamer1-plugins-webrtcdsp
|
||||
SUBDIR += gtick
|
||||
SUBDIR += gtkguitune
|
||||
SUBDIR += gtkpod
|
||||
|
|
13
audio/gstreamer1-plugins-webrtcdsp/Makefile
Normal file
13
audio/gstreamer1-plugins-webrtcdsp/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= GStreamer WebRTC Audio Processing plugin
|
||||
|
||||
GST_PLUGIN= webrtcdsp
|
||||
DIST= bad
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
|
@ -463,6 +463,9 @@ gst_vdpau_GST_PLUGIN_DIR= sys/vdpau
|
|||
# webp
|
||||
gst_webp_LIB_DEPENDS= libwebp.so:graphics/webp
|
||||
|
||||
# webrtcdsp
|
||||
gst_webrtcdsp_LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing
|
||||
|
||||
# X ximage and xvimage sinks aka output
|
||||
.if ${DIST} == base
|
||||
gst_x_USE_XORG= x11 xv xext
|
||||
|
|
Loading…
Add table
Reference in a new issue