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:
Diffstat (limited to 'libavcodec/fft_float.c')
-rw-r--r--libavcodec/fft_float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fft_float.c b/libavcodec/fft_float.c
index 5d5cb6f6c5..73cc98d0d4 100644
--- a/libavcodec/fft_float.c
+++ b/libavcodec/fft_float.c
@@ -17,5 +17,5 @@
*/
#define FFT_FLOAT 1
-#define CONFIG_FFT_FIXED_32 0
+#define FFT_FIXED_32 0
#include "fft_template.c"