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/fft_float.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/fft_float.c') diff --git a/libavcodec/fft_float.c b/libavcodec/fft_float.c index 24c9fdb366..213da9fc84 100644 --- a/libavcodec/fft_float.c +++ b/libavcodec/fft_float.c @@ -17,4 +17,4 @@ */ #define CONFIG_FFT_FLOAT 1 -#include "fft.c" +#include "fft_template.c" -- cgit v1.2.3