mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
14 lines
780 B
C
14 lines
780 B
C
--- 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);
|
|
|
|
|