diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 16:56:12 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:59 +0700 |
commit | 6aa0d38b99cdbf600e08d801839e0383e2932728 (patch) | |
tree | 83c24a2be9e6d14bfb391643cb803e1d7871bb72 | |
parent | 7f75f59572227c8cd456eb581a54a2cd8fb6805a (diff) |
audio/qm-vamp-plugins: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/qm-vamp-plugins/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/qm-vamp-plugins/README b/audio/qm-vamp-plugins/README index 6c6757d94bff..883c5a5f54b9 100644 --- a/audio/qm-vamp-plugins/README +++ b/audio/qm-vamp-plugins/README @@ -6,12 +6,12 @@ A set of plugins for feature extraction from audio data, using the Vamp plugin format suitable for use in programs such as Sonic Visualiser and Sonic Annotator. -This build supports SSE and SSE2 CPU optimizations. By default, the script -examines your system and enables SSE and/or SSE2 if they're supported. If -you're building a package for a different system, you can override this -behaviour via environment variables, like so: +This build supports SSE and SSE2 CPU optimizations. By default, the +script examines your system and enables SSE and/or SSE2 if they're +supported. If you're building a package for a different system, you +can override this behaviour via environment variables, like so: -SSE=no # Force disable both SSE and SSE2 (variable SSE2 ignored) +SSE=no # Force disable SSE and SSE2 (variable SSE2 ignored) SSE=yes SSE2=yes # Force enable both SSE and SSE2 SSE=yes SSE2=no # Force enable SSE, force disable SSE2 |