summaryrefslogtreecommitdiffstats
path: root/libavcodec/fft-test.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-07 13:05:33 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-07 13:11:06 +0100
commit99b6357f37b733cc2b6a7604efaaa5803be04017 (patch)
tree1dbe65bb7348081243e2c1852d5c835c8e2054ee /libavcodec/fft-test.c
parent7778979f6f9c863430bbf8335e7a67e875a30513 (diff)
downloadffmpeg-streaming-99b6357f37b733cc2b6a7604efaaa5803be04017.zip
ffmpeg-streaming-99b6357f37b733cc2b6a7604efaaa5803be04017.tar.gz
rename CONFIG_FFT_FIXED_32 -> FFT_FIXED_32
This matches FFT_FLOAT Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/fft-test.c')
-rw-r--r--libavcodec/fft-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c
index 5819cc0..ef1d622 100644
--- a/libavcodec/fft-test.c
+++ b/libavcodec/fft-test.c
@@ -55,7 +55,7 @@
# define RANGE 1.0
# define REF_SCALE(x, bits) (x)
# define FMT "%10.6f"
-#elif CONFIG_FFT_FIXED_32
+#elif FFT_FIXED_32
# define RANGE 8388608
# define REF_SCALE(x, bits) (x)
# define FMT "%6d"
OpenPOWER on IntegriCloud