Merge remote-tracking branch 'qatar/master'

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

Conflicts:
	libavcodec/fft_fixed.c
	libavcodec/fft_float.c
	libavcodec/mdct_fixed.c
	libavcodec/mdct_float.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-11-21 19:15:28 +01:00
commit 6a7980e2cd
11 changed files with 8 additions and 8 deletions

View File

@ -17,4 +17,4 @@
*/
#define DCT32_FLOAT 0
#include "dct32.c"
#include "dct32_template.c"

View File

@ -17,4 +17,4 @@
*/
#define DCT32_FLOAT 1
#include "dct32.c"
#include "dct32_template.c"

View File

@ -18,4 +18,4 @@
#define CONFIG_FFT_FLOAT 0
#define CONFIG_FFT_FIXED_32 0
#include "fft.c"
#include "fft_template.c"

View File

@ -49,4 +49,4 @@
#define CONFIG_FFT_FLOAT 0
#define CONFIG_FFT_FIXED_32 1
#include "fft.c"
#include "fft_template.c"

View File

@ -18,4 +18,4 @@
#define CONFIG_FFT_FLOAT 1
#define CONFIG_FFT_FIXED_32 0
#include "fft.c"
#include "fft_template.c"

View File

@ -18,7 +18,7 @@
#define CONFIG_FFT_FLOAT 0
#define CONFIG_FFT_FIXED_32 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)

View File

@ -49,4 +49,4 @@
#define CONFIG_FFT_FLOAT 0
#define CONFIG_FFT_FIXED_32 1
#include "mdct.c"
#include "mdct_template.c"

View File

@ -18,4 +18,4 @@
#define CONFIG_FFT_FLOAT 1
#define CONFIG_FFT_FIXED_32 0
#include "mdct.c"
#include "mdct_template.c"