[Asterisk-code-review] pjproject bundled: Remove --with-external-pa from configure ... (asterisk[master])
Anonymous Coward
asteriskteam at digium.com
Tue Mar 8 17:04:56 CST 2016
Anonymous Coward #1000019 has submitted this change and it was merged.
Change subject: pjproject_bundled: Remove --with-external-pa from configure options.
......................................................................
pjproject_bundled: Remove --with-external-pa from configure options.
Not sure why it was there in the first place as we already specify
--disable-sound.
Change-Id: Ia80a40e8b1e1acc287955ab11ba1fbd0c7d4cff9
---
M third-party/pjproject/Makefile.rules
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Kevin Harwell: Looks good to me, but someone else must approve
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules
index d6e4be0..6319ed5 100644
--- a/third-party/pjproject/Makefile.rules
+++ b/third-party/pjproject/Makefile.rules
@@ -2,6 +2,6 @@
# Even though we're not installing pjproject, we're setting prefix to /opt/pjproject to be safe
PJPROJECT_CONFIG_OPTS = --prefix=/opt/pjproject --with-external-speex --with-external-gsm --with-external-srtp \
- --with-external-pa --disable-video --disable-v4l2 --disable-sound --disable-resample \
+ --disable-video --disable-v4l2 --disable-sound --disable-resample \
--disable-opencore-amr --disable-ilbc-codec --without-libyuv --disable-g7221-codec \
--enable-epoll
--
To view, visit https://gerrit.asterisk.org/2366
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia80a40e8b1e1acc287955ab11ba1fbd0c7d4cff9
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
More information about the asterisk-code-review
mailing list