summaryrefslogtreecommitdiff
path: root/third-party/pjproject/Makefile.rules
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2016-05-08 19:19:50 -0600
committerGeorge Joseph <gjoseph@digium.com>2016-05-08 20:34:42 -0500
commitfacce6f63220b996dbb0f57412a051876e468973 (patch)
tree034a1ecba05ca67af35ffdb6dbfc49760db8698a /third-party/pjproject/Makefile.rules
parent52fbb6389a9df7ba1a9ce6cd6e0b06a0531897b9 (diff)
pjproject_bundled: Check for python-dev and TEST_FRAMEWORK
The pjsua and pjsystest apps are now built only if TEST_FRAMEWORK is set. The python bindings are now built only if TEST_FRAMEWORK is set and a python development package is installed. libresample was also disabled. ASTERISK-25993 #close Reported-by: Joshua Colp Change-Id: If4e91c503a02f113d5b71bc8b972081fa3ff6f03
Diffstat (limited to 'third-party/pjproject/Makefile.rules')
-rw-r--r--third-party/pjproject/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules
index 6b51c2f2a..d2e7d25a4 100644
--- a/third-party/pjproject/Makefile.rules
+++ b/third-party/pjproject/Makefile.rules
@@ -3,7 +3,7 @@ PJPROJECT_URL = http://www.pjsip.org/release/$(PJPROJECT_VERSION)
# 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-ilbc-codec --without-libyuv --disable-g7221-codec --disable-resample
ifeq ($(shell uname -s),Linux)
PJPROJECT_CONFIG_OPTS += --enable-epoll