shithub: aacdec

Download patch

ref: 00aa7320472c2c7fa55337dc170242ff49b66ee8
parent: 74e949f962be802ddbd981b3a7f043d5ca442f11
author: Fabian Greffrath <fabian@greffrath.com>
date: Wed Mar 11 11:43:53 EDT 2020

fix "inline function 'cfftf1' declared but never defined" compiler warning

--- a/libfaad/cfft.c
+++ b/libfaad/cfft.c
@@ -60,8 +60,6 @@
 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);
 static void cffti1(uint16_t n, complex_t *wa, uint16_t *ifac);