diff options
author | B. Watson <yalhcru@gmail.com> | 2019-01-07 19:17:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 06:58:40 +0700 |
commit | a176a798f2101ea4ffa76b2bc9f6a43e10e34639 (patch) | |
tree | ab1512039ad8ba500fdc66dc95adf647018b79a1 /audio/mac/README | |
parent | f83d0a635e203174d7b4fff07eca948fec6f0168 (diff) | |
download | slackbuilds-a176a798f2101ea4ffa76b2bc9f6a43e10e34639.tar.gz |
audio/mac: Fix download link.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/mac/README')
-rw-r--r-- | audio/mac/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/mac/README b/audio/mac/README index a8f2f96ea5..d013f5dbfc 100644 --- a/audio/mac/README +++ b/audio/mac/README @@ -1,7 +1,12 @@ mac (Monkey's Audio Linux port) mac is a console frontend to Monkey's Audio, able to encode and -decode ape audio files. +decode APE audio files. If you're building this for an old x86 CPU that doesn't support MMX, set ASM=no in the script's environment. + +The package is built using upstream's default optimization level, +which is -O3. If you suspect this is causing problems, rebuild with +FORCE_SLACK_CFLAGS=yes in the environment (this will force -O2). If this +actually fixes anything, please email the maintainer with the details. |