Mark C base versions of FFT functions static to fft.c

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Diego Elio Pettenò
2011-01-25 00:29:43 +00:00
committed by Mans Rullgard
parent b09f548285
commit 7767d8d361
2 changed files with 5 additions and 4 deletions
-2
View File
@@ -106,8 +106,6 @@ extern SINTABLE(65536);
* @param inverse if 0 perform the forward transform, if 1 perform the inverse
*/
int ff_fft_init(FFTContext *s, int nbits, int inverse);
void ff_fft_permute_c(FFTContext *s, FFTComplex *z);
void ff_fft_calc_c(FFTContext *s, FFTComplex *z);
void ff_fft_init_altivec(FFTContext *s);
void ff_fft_init_mmx(FFTContext *s);