mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-06 13:00:30 +00:00
90b5130db0
data enough (2 bits instead of 8), so it was super loud and aliased. - Fixes for GCC 4.1: Several type-punned pointer warnings, but more importantly, declaring a friend function inside a class body is no longer enough to declare that function globally; you must declare it again outside the class. - Upgraded FArchive::SerializePointer so that it can store 32-bit indices. - ACS printing pcodes now build their string in an FSttring instead of a fixed sized buffer on the stack. SVN r145 (trunk) |
||
---|---|---|
.. | ||
FLAC | ||
FLAC++ | ||
ia32 | ||
private | ||
protected | ||
bitbuffer.c | ||
bitmath.c | ||
cpu.c | ||
crc.c | ||
fixed.c | ||
FLAC.dsp | ||
FLAC.vcproj | ||
format.c | ||
lpc.c | ||
Makefile.mgw | ||
memory.c | ||
ReadMe.txt | ||
stream_decoder.c | ||
stream_decoder_pp.cpp |
This is not the complete FLAC distribution. It contains only what ZDoom needs to decode compressed FLAC streams. For the complete distribution, please visit <http://flac.sourceforge.net/>. Of course, under Linux, you are encouraged to ignore this source here and dynamically link to the full libraries.