summaryrefslogtreecommitdiffstats
path: root/libraries/zita-convolver/README
diff options
context:
space:
mode:
author B. Watson2012-04-30 02:54:10 +0200
committer Erik Hanson2012-04-30 07:40:07 +0200
commit58ba9651befff1d94b40d94b81ad78912d802a3c (patch)
tree9b1591038a7db70ad056453a159c5020dd1eb39a /libraries/zita-convolver/README
parent29be76243a277496479125c279ab8979637745e3 (diff)
downloadslackbuilds-58ba9651befff1d94b40d94b81ad78912d802a3c.tar.gz
libraries/zita-convolver: Added (audio convolution engine)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/zita-convolver/README')
-rw-r--r--libraries/zita-convolver/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/zita-convolver/README b/libraries/zita-convolver/README
new file mode 100644
index 0000000000..2a2b49db7c
--- /dev/null
+++ b/libraries/zita-convolver/README
@@ -0,0 +1,21 @@
+zita-convolver (audio convolution engine)
+
+No dependencies, but there are some build options:
+
+SSE - Use or don't use SSE for floating point math. Default is "auto",
+which checks the build host CPU for SSE support. You can override this
+with SSE=yes or SSE=no if you're going to install the package on a
+different host from the build host (or maybe if you know for a fact,
+due to benchmarking, that your CPU's SSE implementation is slow or buggy).
+
+MMX - Use or don't use MMX. Default is "auto". Set MMX=yes or MMX=no
+to override.
+
+FORCE_O2 - Normally, Slackware packages are built with the optimization
+set to -O2. This package defaults to -O3 (because that's what upstream
+uses), but if you *really* want, you can set FORCE_O2=yes. I can't think
+of a good reason to do this, you probably can't either :)
+
+With no options, the default is to build a package optimized for the
+build host (which is just what you want, if you're going to build and
+install on the same machine).