diff options
Diffstat (limited to 'audio/toolame/patches/patch-ad')
-rw-r--r-- | audio/toolame/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/toolame/patches/patch-ad b/audio/toolame/patches/patch-ad deleted file mode 100644 index a5f16215ccd..00000000000 --- a/audio/toolame/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$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; |