summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorgrant <grant>2005-08-24 02:28:22 +0000
committergrant <grant>2005-08-24 02:28:22 +0000
commit4e88aa75504f74a01b555ad21b7717c0663a42b2 (patch)
tree062b5dd5c3da8b1e3085f692b34fb63a2de411b6 /audio
parent9da6788751db07ad87d52e6ddaf729aa49567d65 (diff)
downloadpkgsrc-4e88aa75504f74a01b555ad21b7717c0663a42b2.tar.gz
add patch i missed last time. noted by Matthew Luckie.
Diffstat (limited to 'audio')
-rw-r--r--audio/toolame/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/toolame/patches/patch-ad b/audio/toolame/patches/patch-ad
new file mode 100644
index 00000000000..a5f16215ccd
--- /dev/null
+++ b/audio/toolame/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2005/08/24 02:28:22 grant Exp $
+
+--- fft.c.orig 2003-03-02 18:14:45.000000000 +1100
++++ fft.c
+@@ -1187,7 +1187,7 @@ static void fht (FLOAT * fz)
+ #ifdef NEWATAN
+ #define ATANSIZE 2000
+ #define ATANSCALE 50.0
+- static FLOAT atan_t[ATANSIZE];
++ FLOAT atan_t[ATANSIZE];
+
+ INLINE FLOAT atan_table(FLOAT y, FLOAT x) {
+ int index;