mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
audio/baresip: Fix build (and INDEX) with GSTREAMER option
PR: ports/256971
This commit is contained in:
parent
bee5c81550
commit
0741b694b7
2 changed files with 4 additions and 4 deletions
|
@ -63,9 +63,9 @@ $o_DESC= ${o:C,^(.).*,\1,}${o:C,^.,,:tl} module
|
|||
|
||||
.include "${.CURDIR}/Makefile.depends"
|
||||
|
||||
# Port calls it GST, standard OPTION is GSTREAMER
|
||||
.if ${PORT_OPTIONS:MGSTREAMER}
|
||||
PORT_OPTIONS+= GST
|
||||
# Port used to call it GST, if it's set in make.conf let's not annoy people
|
||||
.if ${PORT_OPTIONS:MGST}
|
||||
PORT_OPTIONS+= GSTREAMER
|
||||
.endif
|
||||
|
||||
# Port calls it PULSE, standard OPTION is PULSEAUDIO
|
||||
|
|
|
@ -8,7 +8,7 @@ G711_DEPEND= ${LOCALBASE}/include/spandsp/g711.h:comms/spandsp
|
|||
G722_DEPEND= ${LOCALBASE}/include/spandsp/g722.h:comms/spandsp
|
||||
G722_1_DEPEND= # nonexistent
|
||||
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
|
||||
L16_DEPEND=
|
||||
OPUS_DEPEND= ${LOCALBASE}/include/opus/opus.h:audio/opus
|
||||
|
|
Loading…
Add table
Reference in a new issue