summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-08-24 02:28:22 +0000
committergrant <grant@pkgsrc.org>2005-08-24 02:28:22 +0000
commita678bf4098faefc21bab9c072924e0b7c7117777 (patch)
tree062b5dd5c3da8b1e3085f692b34fb63a2de411b6 /audio
parente80cbb3cea11748a38548dd5bc32ea688aefb3ce (diff)
downloadpkgsrc-a678bf4098faefc21bab9c072924e0b7c7117777.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;