summaryrefslogtreecommitdiff
path: root/libavcodec/mdct_fixed.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mdct_fixed.c')
-rw-r--r--libavcodec/mdct_fixed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mdct_fixed.c b/libavcodec/mdct_fixed.c
index 33a266d8cb..2ee29b609a 100644
--- a/libavcodec/mdct_fixed.c
+++ b/libavcodec/mdct_fixed.c
@@ -18,7 +18,7 @@
#define CONFIG_FFT_FLOAT 0
#define CONFIG_FFT_FIXED_32 0
-#include "mdct.c"
+#include "mdct_template.c"
/* same as ff_mdct_calcw_c with double-width unscaled output */
void ff_mdct_calcw_c(FFTContext *s, FFTDouble *out, const FFTSample *input)