summaryrefslogtreecommitdiff
path: root/libavcodec/mdct_fixed_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mdct_fixed_32.c')
-rw-r--r--libavcodec/mdct_fixed_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mdct_fixed_32.c b/libavcodec/mdct_fixed_32.c
index 66226f3e69..f1d6a2dc6b 100644
--- a/libavcodec/mdct_fixed_32.c
+++ b/libavcodec/mdct_fixed_32.c
@@ -49,4 +49,4 @@
#define CONFIG_FFT_FLOAT 0
#define CONFIG_FFT_FIXED_32 1
-#include "mdct.c"
+#include "mdct_template.c"