diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 09:19:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 19:41:26 +0700 |
commit | 7815a24bf2b6b47cac4a464e694020a909a5d327 (patch) | |
tree | ac9aab7e083a49ef2a2d3b71ff1030fba5700ff6 | |
parent | 192ba2be163f6c90f8b56e4d4a59c6b7ef3b1b5c (diff) |
audio/opus: Update build parameters.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/opus/opus.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/opus/opus.SlackBuild b/audio/opus/opus.SlackBuild index 08e344628768..c21b459dc4ff 100644 --- a/audio/opus/opus.SlackBuild +++ b/audio/opus/opus.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for opus -# Copyright 2012-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2012-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=opus VERSION=${VERSION:-1.3.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -80,8 +80,9 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ --enable-intrinsics \ - --enable-ambisonics \ --enable-rtcd \ + --enable-custom-modes \ + --enable-float-approx \ --build=$ARCH-slackware-linux make |