Commit ac0e03ba authored by Diego Biurrun's avatar Diego Biurrun

dct/fft: Give consistent names to fixed/float template files

parent dd249245
......@@ -17,4 +17,4 @@
*/
#define DCT32_FLOAT 0
#include "dct32.c"
#include "dct32_template.c"
......@@ -17,4 +17,4 @@
*/
#define DCT32_FLOAT 1
#include "dct32.c"
#include "dct32_template.c"
......@@ -17,4 +17,4 @@
*/
#define CONFIG_FFT_FLOAT 0
#include "fft.c"
#include "fft_template.c"
......@@ -17,4 +17,4 @@
*/
#define CONFIG_FFT_FLOAT 1
#include "fft.c"
#include "fft_template.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)
......
......@@ -17,4 +17,4 @@
*/
#define CONFIG_FFT_FLOAT 1
#include "mdct.c"
#include "mdct_template.c"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment