summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/fft.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/fft.c')
-rw-r--r--apps/codecs/libwmapro/fft.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libwmapro/fft.c b/apps/codecs/libwmapro/fft.c
index bc1b4f1796..b0e6e11cd3 100644
--- a/apps/codecs/libwmapro/fft.c
+++ b/apps/codecs/libwmapro/fft.c
@@ -102,11 +102,11 @@ av_cold int ff_fft_init(FFTContext *s, int nbits, int inverse)
102 102
103 s->fft_permute = ff_fft_permute_c; 103 s->fft_permute = ff_fft_permute_c;
104 s->fft_calc = ff_fft_calc_c; 104 s->fft_calc = ff_fft_calc_c;
105#if CONFIG_MDCT 105//#if CONFIG_MDCT
106 s->imdct_calc = ff_imdct_calc_c; 106 s->imdct_calc = ff_imdct_calc_c;
107 s->imdct_half = ff_imdct_half_c; 107 s->imdct_half = ff_imdct_half_c;
108 s->mdct_calc = ff_mdct_calc_c; 108 s->mdct_calc = ff_mdct_calc_c;
109#endif 109//#endif
110 s->exptab1 = NULL; 110 s->exptab1 = NULL;
111 s->split_radix = 1; 111 s->split_radix = 1;
112#if 0 112#if 0