From ac0e03bab00182f845cd02d458f404ee30ef0998 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 19 Nov 2013 21:17:53 +0100 Subject: dct/fft: Give consistent names to fixed/float template files --- libavcodec/mdct_fixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mdct_fixed.c') diff --git a/libavcodec/mdct_fixed.c b/libavcodec/mdct_fixed.c index 94527f9e85..15dfcd4cec 100644 --- a/libavcodec/mdct_fixed.c +++ b/libavcodec/mdct_fixed.c @@ -17,7 +17,7 @@ */ #define CONFIG_FFT_FLOAT 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) -- cgit v1.2.3