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_float.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mdct_float.c') diff --git a/libavcodec/mdct_float.c b/libavcodec/mdct_float.c index e4f5549cb7..f8955f6251 100644 --- a/libavcodec/mdct_float.c +++ b/libavcodec/mdct_float.c @@ -17,4 +17,4 @@ */ #define CONFIG_FFT_FLOAT 1 -#include "mdct.c" +#include "mdct_template.c" -- cgit v1.2.3