summaryrefslogtreecommitdiffstats
path: root/libraries/pjsip/pjsip.SlackBuild
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/pjsip.SlackBuild
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/pjsip.SlackBuild')
-rw-r--r--libraries/pjsip/pjsip.SlackBuild5
1 files changed, 2 insertions, 3 deletions
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