first pass at making an integer-only flavor of the libraries. move FLAC__real out...
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 20 Oct 2004 00:21:50 +0000 (00:21 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 20 Oct 2004 00:21:50 +0000 (00:21 +0000)
commit0975843beda582c1a5ddf1f5fe17f3cbb3c306a3
tree2910d44822976d164744a8ccbd4851db5af78036
parent5899bcb73ec296580a7e428b78c46a7dd2a6ac1e
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.
include/FLAC/ordinals.h
src/libFLAC/fixed.c
src/libFLAC/ia32/fixed_asm.nasm
src/libFLAC/include/private/fixed.h
src/libFLAC/include/private/lpc.h
src/libFLAC/include/private/memory.h
src/libFLAC/lpc.c
src/libFLAC/seekable_stream_decoder.c
src/libFLAC/stream_encoder.c
src/libOggFLAC/seekable_stream_decoder.c