diff options
Diffstat (limited to 'audio')
-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 |