aboutsummaryrefslogtreecommitdiffstats
path: root/src/AudioCompress (follow)
Commit message (Collapse)AuthorAgeFilesLines
* AudioCompress: include stdint.h for int16_t definition.Avuton Olrich2010-05-111-1/+1
| | | | | | In mingw32, int16_t is not defined by sys/types.h, but it is by stdint.h, and it is in the int16_t man page as being defined in stdint.h. Thanks to mithi for help debugging.
* AudioCompress: explicitly include stdint.hMax Kellermann2010-03-171-0/+1
| | | | For int16_t.
* compress: add config.hJeffrey Middleton2009-12-021-0/+19
| | | | | This includes some default values of #defined constants used in the code; it won't compile without it.
* compress: upgraded to AudioCompress 2.0J. Shagam2009-12-022-0/+224
Copied sources from http://beesbuzz.biz/code/audiocompress/AudioCompress-2.0.tar.gz [mk: created this patch under fluffy's name and fixed some gcc signed/unsigned comparison warnings]