diff options
author | Chris Walker <kris240376@gmail.com> | 2017-01-22 07:17:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:22:54 +0700 |
commit | af5b1722ab30b1b70b069ba99b6ee1f508fe9a97 (patch) | |
tree | afaccf9c2546795b3c51240f47328850529dc9a5 /libraries/pjsip/pjsip.SlackBuild | |
parent | 5a30ea2f19ff01c0563dafd40bfae9dad6e7f703 (diff) | |
download | slackbuilds-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.SlackBuild | 5 |
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 |