diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-11-19 21:17:53 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-11-21 15:59:46 +0100 |
commit | ac0e03bab00182f845cd02d458f404ee30ef0998 (patch) | |
tree | 69847f0d4da9e3d8f4edc74a86a76ae08a97e509 /libavcodec/mdct_fixed.c | |
parent | dd249245d012c1eceb57c166e256fc95e74f4bb1 (diff) | |
download | ffmpeg-ac0e03bab00182f845cd02d458f404ee30ef0998.tar.gz |
dct/fft: Give consistent names to fixed/float template files
Diffstat (limited to 'libavcodec/mdct_fixed.c')
-rw-r--r-- | libavcodec/mdct_fixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |