Support large files
commit17a7f41a44f4cdfaeea4d7277df4e51c48fae5b0
authorTimo Hirvonen <tihirvon@gmail.com>
Sat, 16 Dec 2006 16:57:54 +0000 (16 18:57 +0200)
committerTimo Hirvonen <tihirvon@gmail.com>
Sat, 16 Dec 2006 16:57:54 +0000 (16 18:57 +0200)
tree5aa5617af83fed1c01955828832cb0e427edc3c4
parent9a96a2296b2d8a77b76fe9a2942c9926b956e664
Support large files

Put -D_FILE_OFFSET_BITS=64 to CFLAGS.

This doesn't mean cmus will support all big files, but hopefully this
change makes it possible to play >2GB wav files.  Wav file format
doesn't support files larger than 4GB so it should be enough to just use
unsigned int to store file positions etc.
Makefile