import sources
This commit is contained in:
parent
5385ecfdda
commit
d190cc50b2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
soundtouch-1.4.0.tar.gz
|
||||
/soundtouch-1.9.2.tar.gz
|
||||
/soundtouch-2.0.0.tar.gz
|
||||
|
||||
12
soundtouch-1.4.0-x86_64-asm-broken.patch
Normal file
12
soundtouch-1.4.0-x86_64-asm-broken.patch
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
||||
Loading…
Reference in New Issue
Block a user