diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-04 19:09:39 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-04 19:09:39 +0200 |
commit | 085398614ad0326d48eb8bfe402e0f4044bf0230 (patch) | |
tree | 1174ec154b22ad352043daaa27f9517732f9372e /libtoolame-dab/common.h | |
parent | b68380ba3c00f6db0d60ec5fe9ec72bb230ea7ad (diff) | |
download | ODR-AudioEnc-085398614ad0326d48eb8bfe402e0f4044bf0230.tar.gz ODR-AudioEnc-085398614ad0326d48eb8bfe402e0f4044bf0230.tar.bz2 ODR-AudioEnc-085398614ad0326d48eb8bfe402e0f4044bf0230.zip |
Enable compilation warnings, and switch toolame-dab to using double
Diffstat (limited to 'libtoolame-dab/common.h')
-rw-r--r-- | libtoolame-dab/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtoolame-dab/common.h b/libtoolame-dab/common.h index 0a19af6..9f56a4e 100644 --- a/libtoolame-dab/common.h +++ b/libtoolame-dab/common.h @@ -9,7 +9,7 @@ #define EXIT_FAILURE 1 #endif -#define FLOAT float +#define FLOAT double #ifndef FALSE #define FALSE 0 @@ -78,7 +78,7 @@ #define BUFFER_SIZE 4096 -#define FLOAT8 float +#define FLOAT8 double /*********************************************************************** * * Global Type Definitions |