pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/toolame/patches add patch i missed last time. no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a90208f8c6a
branches:  trunk
changeset: 498488:5a90208f8c6a
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Aug 24 02:28:22 2005 +0000

description:
add patch i missed last time. noted by Matthew Luckie.

diffstat:

 audio/toolame/patches/patch-ad |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 28392515d158 -r 5a90208f8c6a audio/toolame/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/toolame/patches/patch-ad    Wed Aug 24 02:28:22 2005 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index