shithub: sox

Download patch

ref: c75c8628a85b1f24e975a5383306feb5e72c8cbf
parent: e586dc06e730b199f6b6b48972993fabae667e8c
author: evilynux <evilynux>
date: Sat Feb 24 10:53:17 EST 2007

Added support for amd64.

--- a/amr-wb/typedefs.h
+++ b/amr-wb/typedefs.h
@@ -164,7 +164,7 @@
 #define SUN
 #define PLATFORM "SUN"
 #undef LSBFIRST
-#elif defined(linux) && defined(i386)
+#elif defined(linux) && (defined(i386) || defined(__amd64__))
 #define PC
 #define PLATFORM "PC"
 #define LSBFIRST