[Asterisk-code-review] pjproject bundled: Disable opus (asterisk[master])
Sean Bright
asteriskteam at digium.com
Thu Jul 21 15:11:43 CDT 2016
Sean Bright has uploaded a new change for review.
https://gerrit.asterisk.org/3287
Change subject: pjproject_bundled: Disable opus
......................................................................
pjproject_bundled: Disable opus
We aren't using pjmedia's codec framework, so there is no sense in
building the bundled pjproject with opus enabled.
ASTERISK-26148 #close
Reported by: Hans van Eijsden
Change-Id: Idb0e3173faeaea5365fb42db07c036402907a3b7
---
M third-party/pjproject/Makefile.rules
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/87/3287/1
diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules
index d2e7d25..1608efd 100644
--- a/third-party/pjproject/Makefile.rules
+++ b/third-party/pjproject/Makefile.rules
@@ -3,7 +3,8 @@
# Even though we're not installing pjproject, we're setting prefix to /opt/pjproject to be safe
PJPROJECT_CONFIG_OPTS = --prefix=/opt/pjproject --disable-speex-codec --disable-speex-aec \
--disable-gsm-codec --disable-video --disable-v4l2 --disable-sound --disable-opencore-amr \
- --disable-ilbc-codec --without-libyuv --disable-g7221-codec --disable-resample
+ --disable-ilbc-codec --without-libyuv --disable-g7221-codec --disable-resample \
+ --disable-opus
ifeq ($(shell uname -s),Linux)
PJPROJECT_CONFIG_OPTS += --enable-epoll
--
To view, visit https://gerrit.asterisk.org/3287
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb0e3173faeaea5365fb42db07c036402907a3b7
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
More information about the asterisk-code-review
mailing list