summaryrefslogtreecommitdiff
path: root/audio/faad/files/patch-libfaad_cfft.c
blob: 378efde778059d151cfb5c68e67680ad0a7f95cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- libfaad/cfft.c.orig	2009-03-24 23:36:45.000000000 -0400
+++ libfaad/cfft.c	2009-03-24 23:37:25.000000000 -0400
@@ -60,8 +60,8 @@ static void passf4neg(const uint16_t ido
 static void passf5(const uint16_t ido, const uint16_t l1, const complex_t *cc, complex_t *ch,
                    const complex_t *wa1, const complex_t *wa2, const complex_t *wa3,
                    const complex_t *wa4, const int8_t isign);
-INLINE void cfftf1(uint16_t n, complex_t *c, complex_t *ch,
-                   const uint16_t *ifac, const complex_t *wa, const int8_t isign);
+/*INLINE void cfftf1(uint16_t n, complex_t *c, complex_t *ch,
+                   const uint16_t *ifac, const complex_t *wa, const int8_t isign);*/
 static void cffti1(uint16_t n, complex_t *wa, uint16_t *ifac);