mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places.
This commit is contained in:
@@ -58,7 +58,6 @@ typedef uint64_t FLAC__uint64;
|
||||
typedef int FLAC__bool;
|
||||
|
||||
typedef FLAC__uint8 FLAC__byte;
|
||||
typedef float FLAC__real;
|
||||
|
||||
#ifdef true
|
||||
#undef true
|
||||
|
||||
Reference in New Issue
Block a user