summaryrefslogtreecommitdiff
path: root/audio/sox/patches/patch-af
blob: 36562777f120676eb42ec8d20a0ceca4ef626eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2000/12/27 00:55:04 wiz Exp $

--- resample.c.orig	Fri Sep  1 18:08:24 2000
+++ resample.c
@@ -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 a,LONG b));
 
 	r->Factor = (double)effp->outinfo.rate / (double)effp->ininfo.rate;