summaryrefslogtreecommitdiff
path: root/audio/sox/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sox/files/patch-ab')
-rw-r--r--audio/sox/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/sox/files/patch-ab b/audio/sox/files/patch-ab
new file mode 100644
index 000000000000..a28c33234f86
--- /dev/null
+++ b/audio/sox/files/patch-ab
@@ -0,0 +1,11 @@
+--- 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;
+