From 794fcf79a89eca2d4e889803b2c804a0b1defbb3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 6 Jan 2014 14:48:18 +0100 Subject: Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT The define does not originate from configure, so it should not have a name that is CONFIG_-prefixed. --- libavcodec/mdct_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mdct_template.c') diff --git a/libavcodec/mdct_template.c b/libavcodec/mdct_template.c index 6f64534273..bad890ef7f 100644 --- a/libavcodec/mdct_template.c +++ b/libavcodec/mdct_template.c @@ -31,7 +31,7 @@ * MDCT/IMDCT transforms. */ -#if CONFIG_FFT_FLOAT +#if FFT_FLOAT # define RSCALE(x) (x) #else # define RSCALE(x) ((x) >> 1) -- cgit v1.2.3