From babb611d35417fb73f7f6ead90ee897af24bf198 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 3 Dec 2013 19:55:12 +0100 Subject: libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOAT The CONFIG_ name-space is set by configure, so its better to use a different prefix here. This also unifies the encoder & decoder define that is used Signed-off-by: Michael Niedermayer --- libavcodec/mpegaudiodec_fixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegaudiodec_fixed.c') diff --git a/libavcodec/mpegaudiodec_fixed.c b/libavcodec/mpegaudiodec_fixed.c index 92121bba9a..904c88561d 100644 --- a/libavcodec/mpegaudiodec_fixed.c +++ b/libavcodec/mpegaudiodec_fixed.c @@ -21,7 +21,7 @@ #include "config.h" #include "libavutil/samplefmt.h" -#define CONFIG_FLOAT 0 +#define USE_FLOATS 0 #include "mpegaudio.h" -- cgit v1.2.3