1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/sox/files/patch-ab
Steve Price 8c5cb7b00b Fix compilation errors on FreeBSD/Alpha.
PR:		24427
Submitted by:	Jan Conrad <conrad@th.physik.uni-bonn.de>
2001-02-26 04:14:40 +00:00

12 lines
330 B
Plaintext

--- resample.c.orig Fri Sep 1 11:08:24 2000
+++ resample.c Sat Feb 24 22:28:16 2001
@@ -180,7 +180,7 @@
resample_t r = (resample_t) effp->priv;
LONG Xoff, gcdrate;
int i;
- extern long st_gcd(P2(long a,long b));
+ extern long st_gcd(P2(LONG,LONG));
r->Factor = (double)effp->outinfo.rate / (double)effp->ininfo.rate;