Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-07 16:05:33 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-01-07 16:11:06 +0400
commit99b6357f37b733cc2b6a7604efaaa5803be04017 (patch)
tree1dbe65bb7348081243e2c1852d5c835c8e2054ee /libavcodec/mdct_float.c
parent7778979f6f9c863430bbf8335e7a67e875a30513 (diff)
rename CONFIG_FFT_FIXED_32 -> FFT_FIXED_32
This matches FFT_FLOAT Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mdct_float.c')
-rw-r--r--libavcodec/mdct_float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mdct_float.c b/libavcodec/mdct_float.c
index 68580bad20..cff2d211c4 100644
--- a/libavcodec/mdct_float.c
+++ b/libavcodec/mdct_float.c
@@ -17,5 +17,5 @@
*/
#define FFT_FLOAT 1
-#define CONFIG_FFT_FIXED_32 0
+#define FFT_FIXED_32 0
#include "mdct_template.c"