]> git.pld-linux.org Git - packages/sox.git/blame - sox-types.patch
- updated to 12.17.3
[packages/sox.git] / sox-types.patch
CommitLineData
98b26060 1--- sox-12.17.1/st.h.blarg Tue Jan 2 11:56:01 2001
2+++ sox-12.17.1/st.h Tue Jan 2 11:56:24 2001
3@@ -33,14 +33,9 @@
4 #define st_free free
5
6 /* FIXME: Move to separate header */
7-#ifdef __alpha__
8 #include <sys/types.h> /* To get defines for 32-bit integers */
9 #define LONG int32_t
10 #define ULONG u_int32_t
11-#else
12-#define LONG long
13-#define ULONG unsigned long
14-#endif
15
16 #define MAXLONG 0x7fffffffL
17 #define MAXULONG 0xffffffffL
18--- sox-12.17.1/resample.c.blarg Tue Jan 2 12:00:15 2001
19+++ sox-12.17.1/resample.c Tue Jan 2 12:02:10 2001
20@@ -180,7 +180,6 @@
21 resample_t r = (resample_t) effp->priv;
22 LONG Xoff, gcdrate;
23 int i;
24- extern long st_gcd(P2(long a,long b));
25
26 r->Factor = (double)effp->outinfo.rate / (double)effp->ininfo.rate;
27
This page took 0.110591 seconds and 4 git commands to generate.