mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
14 lines
743 B
C
14 lines
743 B
C
--- ./libfaad/cfft.c.orig 2007-11-01 14:33:29.000000000 +0200
|
|
+++ ./libfaad/cfft.c 2015-10-22 18:37:39.568824000 +0200
|
|
@@ -60,8 +60,8 @@
|
|
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);
|
|
|
|
|