summaryrefslogtreecommitdiff
path: root/libavcodec/fft.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/fft.c')
-rw-r--r--libavcodec/fft.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/fft.c b/libavcodec/fft.c
index b659de16a1..4e32b039e8 100644
--- a/libavcodec/fft.c
+++ b/libavcodec/fft.c
@@ -87,8 +87,8 @@ int ff_fft_init(FFTContext *s, int nbits, int inverse)
s->fft_permute = ff_fft_permute_c;
s->fft_calc = ff_fft_calc_c;
- s->imdct_calc = ff_imdct_calc;
- s->imdct_half = ff_imdct_half;
+ s->imdct_calc = ff_imdct_calc_c;
+ s->imdct_half = ff_imdct_half_c;
s->exptab1 = NULL;
#if defined HAVE_MMX && defined HAVE_YASM