diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-03 19:55:12 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-03 21:12:00 +0100 |
commit | babb611d35417fb73f7f6ead90ee897af24bf198 (patch) | |
tree | 58a065cfc428bb34148bbe4fd8f7cc8b453fb3f1 /libavcodec/mpegaudiodec_float.c | |
parent | 04e06cdf7d35640466d6dcf88cb5bc86a7d0ee18 (diff) | |
download | ffmpeg-babb611d35417fb73f7f6ead90ee897af24bf198.tar.gz |
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 <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegaudiodec_float.c')
-rw-r--r-- | libavcodec/mpegaudiodec_float.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegaudiodec_float.c b/libavcodec/mpegaudiodec_float.c index 7b50778979..35f07fabb8 100644 --- a/libavcodec/mpegaudiodec_float.c +++ b/libavcodec/mpegaudiodec_float.c @@ -22,7 +22,7 @@ #include "config.h" #include "libavutil/samplefmt.h" -#define CONFIG_FLOAT 1 +#define USE_FLOATS 1 #include "mpegaudio.h" |