diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-07 13:04:09 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-07 13:10:56 +0100 |
commit | 7778979f6f9c863430bbf8335e7a67e875a30513 (patch) | |
tree | 7fa1b50af5095e117b7c60644281522bd0379650 /libavcodec/fft_float.c | |
parent | 2503928a2f8ba80f3988344faf430d4ad54fbf27 (diff) | |
parent | 794fcf79a89eca2d4e889803b2c804a0b1defbb3 (diff) | |
download | ffmpeg-7778979f6f9c863430bbf8335e7a67e875a30513.tar.gz |
Merge commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3'
* commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3':
Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT
Conflicts:
libavcodec/fft-internal.h
libavcodec/fft-test.c
libavcodec/fft_fixed.c
libavcodec/fft_float.c
libavcodec/fft_template.c
libavcodec/mdct_fixed.c
libavcodec/mdct_float.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/fft_float.c')
-rw-r--r-- | libavcodec/fft_float.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fft_float.c b/libavcodec/fft_float.c index 93d36071a2..5d5cb6f6c5 100644 --- a/libavcodec/fft_float.c +++ b/libavcodec/fft_float.c @@ -16,6 +16,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#define CONFIG_FFT_FLOAT 1 +#define FFT_FLOAT 1 #define CONFIG_FFT_FIXED_32 0 #include "fft_template.c" |