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/fft_float.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/fft_float.c') diff --git a/libavcodec/fft_float.c b/libavcodec/fft_float.c index 213da9fc84..ed4cffa11c 100644 --- a/libavcodec/fft_float.c +++ b/libavcodec/fft_float.c @@ -16,5 +16,5 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#define CONFIG_FFT_FLOAT 1 +#define FFT_FLOAT 1 #include "fft_template.c" -- cgit v1.2.3