[Asterisk-code-review] pjproject bundled: Remove --with-external-pa from configure ... (asterisk[13])

George Joseph asteriskteam at digium.com
Mon Mar 7 21:42:25 CST 2016


George Joseph has uploaded a new change for review.

  https://gerrit.asterisk.org/2365

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(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/65/2365/1

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/2365
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia80a40e8b1e1acc287955ab11ba1fbd0c7d4cff9
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>



More information about the asterisk-code-review mailing list