diff options
Diffstat (limited to 'ffmpeg/libavcodec/mdct_float.c')
| -rw-r--r-- | ffmpeg/libavcodec/mdct_float.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ffmpeg/libavcodec/mdct_float.c b/ffmpeg/libavcodec/mdct_float.c index ec4f486..75b5f0d 100644 --- a/ffmpeg/libavcodec/mdct_float.c +++ b/ffmpeg/libavcodec/mdct_float.c @@ -17,4 +17,5 @@ */ #define CONFIG_FFT_FLOAT 1 -#include "mdct.c" +#define CONFIG_FFT_FIXED_32 0 +#include "mdct_template.c" |
