audio/baresip: Fix build (and INDEX) with GSTREAMER option

PR:		ports/256971
This commit is contained in:
Chris Rees 2022-01-08 15:20:36 +00:00
parent bee5c81550
commit 0741b694b7
2 changed files with 4 additions and 4 deletions

View file

@ -63,9 +63,9 @@ $o_DESC= ${o:C,^(.).*,\1,}${o:C,^.,,:tl} module
.include "${.CURDIR}/Makefile.depends" .include "${.CURDIR}/Makefile.depends"
# Port calls it GST, standard OPTION is GSTREAMER # Port used to call it GST, if it's set in make.conf let's not annoy people
.if ${PORT_OPTIONS:MGSTREAMER} .if ${PORT_OPTIONS:MGST}
PORT_OPTIONS+= GST PORT_OPTIONS+= GSTREAMER
.endif .endif
# Port calls it PULSE, standard OPTION is PULSEAUDIO # Port calls it PULSE, standard OPTION is PULSEAUDIO

View file

@ -8,7 +8,7 @@ G711_DEPEND= ${LOCALBASE}/include/spandsp/g711.h:comms/spandsp
G722_DEPEND= ${LOCALBASE}/include/spandsp/g722.h:comms/spandsp G722_DEPEND= ${LOCALBASE}/include/spandsp/g722.h:comms/spandsp
G722_1_DEPEND= # nonexistent G722_1_DEPEND= # nonexistent
GSM_DEPEND= ${LOCALBASE}/include/gsm.h:audio/gsm GSM_DEPEND= ${LOCALBASE}/include/gsm.h:audio/gsm
GST_DEPEND= gst-launch:multimedia/gstreamer GSTREAMER_DEPEND= gst-launch-1.0:multimedia/gstreamer1
ILBC_DEPEND= ${LOCALBASE}/include/ilbc/iLBC_define.h:net/ilbc ILBC_DEPEND= ${LOCALBASE}/include/ilbc/iLBC_define.h:net/ilbc
L16_DEPEND= L16_DEPEND=
OPUS_DEPEND= ${LOCALBASE}/include/opus/opus.h:audio/opus OPUS_DEPEND= ${LOCALBASE}/include/opus/opus.h:audio/opus