summaryrefslogtreecommitdiffstats
path: root/soundtouch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-04-12 22:09:12 +0000
committer Eric Hameleers <alien@slackware.com>2010-04-12 22:09:12 +0000
commit21780dce48150f99cc0f5ee614cd64ed2e943f95 (patch)
treea07787e8a5117b43a000df9d352a0b8405e450e1 /soundtouch
parent143277ca9c5773c61440ab8c4ed06eaa77cebcab (diff)
downloadasb-21780dce48150f99cc0f5ee614cd64ed2e943f95.tar.gz
asb-21780dce48150f99cc0f5ee614cd64ed2e943f95.tar.xz
Initial revision
Diffstat (limited to 'soundtouch')
-rw-r--r--soundtouch/build/soundtouch_x86_64_asm-broken.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/soundtouch/build/soundtouch_x86_64_asm-broken.diff b/soundtouch/build/soundtouch_x86_64_asm-broken.diff
new file mode 100644
index 00000000..2d1fc192
--- /dev/null
+++ b/soundtouch/build/soundtouch_x86_64_asm-broken.diff
@@ -0,0 +1,13 @@
+diff -up soundtouch/include/STTypes.h~ soundtouch/include/STTypes.h
+--- soundtouch/include/STTypes.h~ 2009-01-25 17:32:53.000000000 +0100
++++ soundtouch/include/STTypes.h 2009-02-14 22:22:37.000000000 +0100
+@@ -87,7 +87,7 @@ namespace soundtouch
+
+ #endif
+
+- #if (WIN32 || __i386__ || __x86_64__)
++ #if (WIN32 || __i386__)
+ /// Define this to allow X86-specific assembler/intrinsic optimizations.
+ /// Notice that library contains also usual C++ versions of each of these
+ /// these routines, so if you're having difficulties getting the optimized
+