Fix the build on -CURRENT by removing an inline function prototype.

This commit is contained in:
Joe Marcus Clarke 2009-03-25 03:38:17 +00:00
parent e576251259
commit eff928500f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230927

View File

@ -0,0 +1,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);