File soundtouch-1.4.0-x86_64-asm-broken.patch of Package soundtouch
--- soundtouch/include/STTypes.h.orig 2015-05-21 19:55:00.269363222 -0400
+++ soundtouch/include/STTypes.h 2015-05-21 19:57:07.193987340 -0400
@@ -106,7 +106,7 @@ namespace soundtouch
#endif
- #if (_M_IX86 || __i386__ || __x86_64__ || _M_X64)
+ #if (_M_IX86 || __i386__ || _M_X64)
/// 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