summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/pjsip/README2
-rw-r--r--libraries/pjsip/pjsip.SlackBuild5
-rw-r--r--libraries/pjsip/pjsip.info2
3 files changed, 4 insertions, 5 deletions
diff --git a/libraries/pjsip/README b/libraries/pjsip/README
index b639d08309..e1b5d75ec2 100644
--- a/libraries/pjsip/README
+++ b/libraries/pjsip/README
@@ -8,4 +8,4 @@ of systems ranging from desktops, embedded systems, to mobile handsets.
This library is required by Asterisk if you wish to use the newer PJSIP
communication features included with Asterisk 12 and above.
-Optional dependencies: ffmpeg
+Optional dependencies: ffmpeg, opencore-amr
diff --git a/libraries/pjsip/pjsip.SlackBuild b/libraries/pjsip/pjsip.SlackBuild
index f60fdec92e..301bb14caa 100644
--- a/libraries/pjsip/pjsip.SlackBuild
+++ b/libraries/pjsip/pjsip.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pjsip
-# Copyright 2017 Christopher Walker Kempner, TX
+# Copyright 2017 Chris Walker, Kempner, TX
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=pjsip
VERSION=${VERSION:-2.5.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -84,7 +84,6 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-sound \
--disable-resample \
--disable-video \
- --disable-opencore-amr \
--build=$ARCH-slackware-linux
make
diff --git a/libraries/pjsip/pjsip.info b/libraries/pjsip/pjsip.info
index 2c52055783..782dd81713 100644
--- a/libraries/pjsip/pjsip.info
+++ b/libraries/pjsip/pjsip.info
@@ -6,5 +6,5 @@ MD5SUM="183f7144b9aa238884243c0fc52ece36"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="speex gsm"
-MAINTAINER="Christopher Walker"
+MAINTAINER="Chris Walker"
EMAIL="kris240376@gmail.com"