OSDN Git Service

rename CONFIG_FFT_FIXED_32 -> FFT_FIXED_32
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 7 Jan 2014 12:05:33 +0000 (13:05 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 7 Jan 2014 12:11:06 +0000 (13:11 +0100)
commit99b6357f37b733cc2b6a7604efaaa5803be04017
tree1dbe65bb7348081243e2c1852d5c835c8e2054ee
parent7778979f6f9c863430bbf8335e7a67e875a30513
rename CONFIG_FFT_FIXED_32 -> FFT_FIXED_32

This matches FFT_FLOAT

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 files changed:
libavcodec/fft-fixed32-test.c
libavcodec/fft-internal.h
libavcodec/fft-test.c
libavcodec/fft.h
libavcodec/fft_fixed.c
libavcodec/fft_fixed_32.c
libavcodec/fft_float.c
libavcodec/fft_template.c
libavcodec/mdct_fixed.c
libavcodec/mdct_fixed_32.c
libavcodec/mdct_float.c
libavcodec/mdct_template.c