summaryrefslogtreecommitdiffstats
path: root/libraries/pjsip
diff options
context:
space:
mode:
author Chris Walker2017-01-22 01:17:30 +0100
committer Willy Sudiarto Raharjo2017-01-24 01:22:54 +0100
commitaf5b1722ab30b1b70b069ba99b6ee1f508fe9a97 (patch)
treeafaccf9c2546795b3c51240f47328850529dc9a5 /libraries/pjsip
parent5a30ea2f19ff01c0563dafd40bfae9dad6e7f703 (diff)
downloadslackbuilds-af5b1722ab30b1b70b069ba99b6ee1f508fe9a97.tar.gz
libraries/pjsip: Mark opencore-amr as optional.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pjsip')
-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"