diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-01-15 21:59:18 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-01-15 21:59:18 +0000 |
commit | 0c5d3d2ffdd10dfdf53eea2c89fb7ef54ef61d81 (patch) | |
tree | 1b92886888a944dda8ed661818679e3432aa0f0b /audio | |
parent | audio/py-wavio: Python module for reading and writing WAV files using numpy a... (diff) |
Enable STDIO backend by default.
Approved by: crees@
Notes
Notes:
svn path=/head/; revision=459122
Diffstat (limited to 'audio')
-rw-r--r-- | audio/baresip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index ed5cb9712b65..65570787f610 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -2,7 +2,7 @@ PORTNAME= baresip PORTVERSION= 0.4.19 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.creytiv.com/pub/ @@ -30,7 +30,7 @@ OPTIONS_DEFINE= CONS DOCS EXAMPLES FFMPEG G711 G722 G726 GSM GSTREAMER ILBC \ DTLS_SRTP AUBRIDGE VIDBRIDGE HTTPD DSHOW DIRECTFB ACCOUNT \ NATPMP SDL MIW SNAPSHOT SELFVIEW VUMETER AULOOP CONTACT \ MENU PRESENCE SYSLOG VIDLOOP -OPTIONS_DEFAULT=CONS G711 G722 G726 L16 OSS +OPTIONS_DEFAULT=CONS G711 G722 G726 L16 OSS STDIO AULOOP_DESC= Audio-loop test module BV32_DESC= BroadVoice32 Wideband Audio codec |